Searched refs:notifsBefore (Results 1 – 1 of 1) sorted by relevance
5057 StatusBarNotification[] notifsBefore = mBinderService.getActiveNotifications(PKG); in testNotificationBubbleChanged_false() local5058 assertEquals(1, notifsBefore.length); in testNotificationBubbleChanged_false()5059 assertTrue((notifsBefore[0].getNotification().flags & FLAG_BUBBLE) != 0); in testNotificationBubbleChanged_false()5084 StatusBarNotification[] notifsBefore = mBinderService.getActiveNotifications(PKG); in testNotificationBubbleChanged_true() local5085 assertEquals(1, notifsBefore.length); in testNotificationBubbleChanged_true()5086 assertEquals((notifsBefore[0].getNotification().flags & FLAG_BUBBLE), 0); in testNotificationBubbleChanged_true()5121 StatusBarNotification[] notifsBefore = mBinderService.getActiveNotifications(PKG); in testNotificationBubbleChanged_true_notAllowed() local5122 assertEquals(1, notifsBefore.length); in testNotificationBubbleChanged_true_notAllowed()5123 assertEquals((notifsBefore[0].getNotification().flags & FLAG_BUBBLE), 0); in testNotificationBubbleChanged_true_notAllowed()5148 StatusBarNotification[] notifsBefore = mBinderService.getActiveNotifications(PKG); in testNotificationBubbles_disabled_lowRamDevice() local[all …]