Searched refs:notifsAfter (Results 1 – 1 of 1) sorted by relevance
571 StatusBarNotification[] notifsAfter = mBinderService.getActiveNotifications(PKG); in addGroupWithBubblesAndValidateAdded() local572 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() local5067 assertEquals(1, notifsAfter.length); in testNotificationBubbleChanged_false()5068 assertEquals((notifsAfter[0].getNotification().flags & FLAG_BUBBLE), 0); in testNotificationBubbleChanged_false()[all …]