Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java323 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertOnlySomeNotificationsAutogrouped() local
324 for (StatusBarNotification sbn : sbns) { in assertOnlySomeNotificationsAutogrouped()
348 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertAllPostedNotificationsAutogrouped() local
349 for (StatusBarNotification sbn : sbns) { in assertAllPostedNotificationsAutogrouped()
394 final StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in assertNotificationCount() local
395 lastCount = sbns.length; in assertNotificationCount()
878 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testNotify() local
879 for (StatusBarNotification sbn : sbns) { in testNotify()
1369 StatusBarNotification[] sbns = mNotificationManager.getActiveNotifications(); in testCancelAll() local
1370 for (StatusBarNotification sbn : sbns) { in testCancelAll()
/cts/tests/app/src/android/app/cts/
DServiceTest.java523 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications(); in assertNotification() local
524 for (StatusBarNotification sbn : sbns) { in assertNotification()
573 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications(); in assertNoNotification() local
574 for (StatusBarNotification sbn : sbns) { in assertNoNotification()