Searched refs:sbn1 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationAssistantServiceTest.java | 215 StatusBarNotification sbn1 = getFirstNotificationFromPackage( in testAdjustNotifications_rankingScoreKey() local 224 mNotificationListenerService.mRankingMap.getRanking(sbn1.getKey(), out1); in testAdjustNotifications_rankingScoreKey() 235 … Adjustment adjustment = new Adjustment(sbn1.getPackageName(), sbn1.getKey(), signals, "", in testAdjustNotifications_rankingScoreKey() 236 sbn1.getUser()); in testAdjustNotifications_rankingScoreKey() 244 mNotificationListenerService.mRankingMap.getRanking(sbn1.getKey(), out1); in testAdjustNotifications_rankingScoreKey() 394 StatusBarNotification sbn1 = getFirstNotificationFromPackage(TestNotificationListener.PKG); in testAdjustNotification_rankingScoreKey_notAllowed() local 401 mNotificationListenerService.mRankingMap.getRanking(sbn1.getKey(), out1); in testAdjustNotification_rankingScoreKey_notAllowed() 412 Adjustment adjustment = new Adjustment(sbn1.getPackageName(), sbn1.getKey(), signals, "", in testAdjustNotification_rankingScoreKey_notAllowed() 413 sbn1.getUser()); in testAdjustNotification_rankingScoreKey_notAllowed() 422 mNotificationListenerService.mRankingMap.getRanking(sbn1.getKey(), out1); in testAdjustNotification_rankingScoreKey_notAllowed()
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 3137 StatusBarNotification sbn1 = findPostedNotification(notificationId1, false); in testNotificationListener_setNotificationsShown() local 3139 mListener.setNotificationsShown(new String[]{ sbn1.getKey() }); in testNotificationListener_setNotificationsShown() 3212 StatusBarNotification sbn1 = findPostedNotification(notificationId1, false); in testNotificationListener_getActiveNotifications() local 3215 mListener.getActiveNotifications(new String[]{ sbn2.getKey(), sbn1.getKey() }); in testNotificationListener_getActiveNotifications() 3220 assertEquals(sbn1.getKey(), notifs[1].getKey()); in testNotificationListener_getActiveNotifications() 3221 assertEquals(sbn1.getId(), notifs[1].getId()); in testNotificationListener_getActiveNotifications() 3222 assertEquals(sbn1.getPackageName(), notifs[1].getPackageName()); in testNotificationListener_getActiveNotifications()
|