Searched refs:sbn2 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationAssistantServiceTest.java | 220 StatusBarNotification sbn2 = getFirstNotificationFromPackage( in testAdjustNotifications_rankingScoreKey() local 225 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotifications_rankingScoreKey() 239 … Adjustment adjustment2 = new Adjustment(sbn2.getPackageName(), sbn2.getKey(), signals2, "", in testAdjustNotifications_rankingScoreKey() 240 sbn2.getUser()); in testAdjustNotifications_rankingScoreKey() 245 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotifications_rankingScoreKey() 398 StatusBarNotification sbn2 = getFirstNotificationFromPackage(TestNotificationListener.PKG); in testAdjustNotification_rankingScoreKey_notAllowed() local 402 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotification_rankingScoreKey_notAllowed() 417 adjustment = new Adjustment(sbn2.getPackageName(), sbn2.getKey(), signals, "", in testAdjustNotification_rankingScoreKey_notAllowed() 418 sbn2.getUser()); in testAdjustNotification_rankingScoreKey_notAllowed() 423 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotification_rankingScoreKey_notAllowed()
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 3138 StatusBarNotification sbn2 = findPostedNotification(notificationId2, false); in testNotificationListener_setNotificationsShown() local 3144 mListener.setNotificationsShown(new String[]{ sbn2.getKey() }); in testNotificationListener_setNotificationsShown() 3213 StatusBarNotification sbn2 = findPostedNotification(notificationId2, false); in testNotificationListener_getActiveNotifications() local 3215 mListener.getActiveNotifications(new String[]{ sbn2.getKey(), sbn1.getKey() }); in testNotificationListener_getActiveNotifications() 3216 assertEquals(sbn2.getKey(), notifs[0].getKey()); in testNotificationListener_getActiveNotifications() 3217 assertEquals(sbn2.getId(), notifs[0].getId()); in testNotificationListener_getActiveNotifications() 3218 assertEquals(sbn2.getPackageName(), notifs[0].getPackageName()); in testNotificationListener_getActiveNotifications()
|