Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4468 StatusBarNotification[] notifs2 = mBinderService.getActiveNotifications(PKG); in testFlagBubbleNotifs_flag_previousForegroundFlag() local
4469 assertEquals(1, notifs2.length); in testFlagBubbleNotifs_flag_previousForegroundFlag()
4517 StatusBarNotification[] notifs2 = mBinderService.getActiveNotifications(PKG); in testFlagBubbleNotifs_noFlag_previousForegroundFlag_afterRemoval() local
4518 assertEquals(1, notifs2.length); in testFlagBubbleNotifs_noFlag_previousForegroundFlag_afterRemoval()
4898 StatusBarNotification[] notifs2 = mBinderService.getActiveNotifications(PKG); in testAppCancelNotifications_cancelsBubbles() local
4899 assertEquals(0, notifs2.length); in testAppCancelNotifications_cancelsBubbles()