Home
last modified time | relevance | path

Searched refs:sbn2 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java281 StatusBarNotification sbn2 = mHelper.findPostedNotification( in testAdjustNotifications_rankingScoreKey() local
286 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotifications_rankingScoreKey()
300 Adjustment adjustment2 = new Adjustment(sbn2.getPackageName(), sbn2.getKey(), signals2, in testAdjustNotifications_rankingScoreKey()
301 "", sbn2.getUser()); in testAdjustNotifications_rankingScoreKey()
306 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotifications_rankingScoreKey()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2397 StatusBarNotification sbn2 = mNotificationHelper.findPostedNotification( in testNotificationListener_setNotificationsShown() local
2404 mListener.setNotificationsShown(new String[]{sbn2.getKey()}); in testNotificationListener_setNotificationsShown()
2468 StatusBarNotification sbn2 = mNotificationHelper.findPostedNotification( in testNotificationListener_getActiveNotifications() local
2471 mListener.getActiveNotifications(new String[]{sbn2.getKey(), sbn1.getKey()}); in testNotificationListener_getActiveNotifications()
2472 assertEquals(sbn2.getKey(), notifs[0].getKey()); in testNotificationListener_getActiveNotifications()
2473 assertEquals(sbn2.getId(), notifs[0].getId()); in testNotificationListener_getActiveNotifications()
2474 assertEquals(sbn2.getPackageName(), notifs[0].getPackageName()); in testNotificationListener_getActiveNotifications()
DNotificationManagerZenTest.java1796 StatusBarNotification sbn2 = mNotificationHelper.findPostedNotification(null, 2, in testRepeatCallers_repeatCallNotIntercepted_contactAfterPhone() local
1798 assertTrue(mListener.mIntercepted.containsKey(sbn2.getKey())); in testRepeatCallers_repeatCallNotIntercepted_contactAfterPhone()
1799 assertFalse(mListener.mIntercepted.get(sbn2.getKey())); // should not be intercepted in testRepeatCallers_repeatCallNotIntercepted_contactAfterPhone()