Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java571 StatusBarNotification[] notifsAfter = mBinderService.getActiveNotifications(PKG); in addGroupWithBubblesAndValidateAdded() local
572 assertEquals(1, notifsAfter.length); in addGroupWithBubblesAndValidateAdded()
573 assertTrue((notifsAfter[0].getNotification().flags & FLAG_BUBBLE) != 0); in addGroupWithBubblesAndValidateAdded()
582 notifsAfter = mBinderService.getActiveNotifications(PKG); in addGroupWithBubblesAndValidateAdded()
583 assertEquals(2, notifsAfter.length); in addGroupWithBubblesAndValidateAdded()
595 notifsAfter = mBinderService.getActiveNotifications(PKG); in addGroupWithBubblesAndValidateAdded()
596 assertEquals(3, notifsAfter.length); in addGroupWithBubblesAndValidateAdded()
5066 StatusBarNotification[] notifsAfter = mBinderService.getActiveNotifications(PKG); in testNotificationBubbleChanged_false() local
5067 assertEquals(1, notifsAfter.length); in testNotificationBubbleChanged_false()
5068 assertEquals((notifsAfter[0].getNotification().flags & FLAG_BUBBLE), 0); in testNotificationBubbleChanged_false()
[all …]