Home
last modified time | relevance | path

Searched refs:sbns (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java204 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in checkNotificationExistence() local
205 for (StatusBarNotification sbn : sbns) { in checkNotificationExistence()
228 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in findPostedNotification() local
229 for (StatusBarNotification sbn : sbns) { in findPostedNotification()
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
DNotificationManager28Test.java84 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in findPostedNotification() local
85 for (StatusBarNotification sbn : sbns) { in findPostedNotification()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationManager29Test.java112 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in findPostedNotification() local
113 for (StatusBarNotification sbn : sbns) { in findPostedNotification()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java448 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertOnlySomeNotificationsAutogrouped() local
449 for (StatusBarNotification sbn : sbns) { in assertOnlySomeNotificationsAutogrouped()
476 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertAllPostedNotificationsAutogrouped() local
477 for (StatusBarNotification sbn : sbns) { in assertAllPostedNotificationsAutogrouped()
622 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in checkNotificationExistence() local
623 for (StatusBarNotification sbn : sbns) { in checkNotificationExistence()
646 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertNotificationCount() local
647 lastCount = sbns.length; in assertNotificationCount()
1506 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testNotify() local
1507 for (StatusBarNotification sbn : sbns) { in testNotify()
[all …]
DServiceTest.java509 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications(); in assertNotification() local
510 for (StatusBarNotification sbn : sbns) { in assertNotification()
542 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications(); in assertNoNotification() local
543 for (StatusBarNotification sbn : sbns) { in assertNoNotification()