Home
last modified time | relevance | path

Searched refs:getActiveNotifications (Results 1 – 8 of 8) sorted by relevance

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DNotificationHelper.java64 for (StatusBarNotification sbn : getActiveNotifications(all)) { in findNotificationNoWait()
72 public StatusBarNotification[] getActiveNotifications(boolean all) { in getActiveNotifications() method in NotificationHelper
74 return mNotificationListener.get().getActiveNotifications(); in getActiveNotifications()
76 return mNotificationManager.getActiveNotifications(); in getActiveNotifications()
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
DNotificationManager28Test.java84 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in findPostedNotification()
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java204 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in checkNotificationExistence()
228 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in findPostedNotification()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationManager29Test.java112 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in findPostedNotification()
/cts/tests/app/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java136 .of(mNotificationManager.getActiveNotifications()) in handleMessage()
/cts/tests/tests/permission/src/android/permission/cts/
DLocationAccessCheckTest.java331 for (StatusBarNotification notification : notificationService.getActiveNotifications()) { in getPermissionControllerNotification()
361 Arrays.asList(notificationService.getActiveNotifications()).contains( in getNotification()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java243 0, mNotificationManager.getActiveNotifications().length); in setUp()
428 private StatusBarNotification[] getActiveNotifications(boolean all) { in getActiveNotifications() method in NotificationManagerTest
429 return mNotificationHelper.getActiveNotifications(all); in getActiveNotifications()
449 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertOnlySomeNotificationsAutogrouped()
477 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertAllPostedNotificationsAutogrouped()
623 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in checkNotificationExistence()
647 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertNotificationCount()
1507 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testNotify()
1883 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testCancelAll()
3190 mListener.getActiveNotifications(new String[]{ sbn2.getKey(), sbn1.getKey() }); in testNotificationListener_getActiveNotifications()
DServiceTest.java509 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications(); in assertNotification()
542 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications(); in assertNoNotification()