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 | 276 StatusBarNotification sbn1 = mHelper.findPostedNotification( in testAdjustNotifications_rankingScoreKey() local 285 mNotificationListenerService.mRankingMap.getRanking(sbn1.getKey(), out1); in testAdjustNotifications_rankingScoreKey() 296 Adjustment adjustment = new Adjustment(sbn1.getPackageName(), sbn1.getKey(), signals, in testAdjustNotifications_rankingScoreKey() 297 "", sbn1.getUser()); in testAdjustNotifications_rankingScoreKey() 305 mNotificationListenerService.mRankingMap.getRanking(sbn1.getKey(), out1); in testAdjustNotifications_rankingScoreKey()
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerTest.java | 2395 StatusBarNotification sbn1 = mNotificationHelper.findPostedNotification( in testNotificationListener_setNotificationsShown() local 2399 mListener.setNotificationsShown(new String[]{sbn1.getKey()}); in testNotificationListener_setNotificationsShown() 2466 StatusBarNotification sbn1 = mNotificationHelper.findPostedNotification( in testNotificationListener_getActiveNotifications() local 2471 mListener.getActiveNotifications(new String[]{sbn2.getKey(), sbn1.getKey()}); in testNotificationListener_getActiveNotifications() 2476 assertEquals(sbn1.getKey(), notifs[1].getKey()); in testNotificationListener_getActiveNotifications() 2477 assertEquals(sbn1.getId(), notifs[1].getId()); in testNotificationListener_getActiveNotifications() 2478 assertEquals(sbn1.getPackageName(), notifs[1].getPackageName()); in testNotificationListener_getActiveNotifications()
|