Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java156 ArraySet<Pair<String, Integer>> notifs = new ArraySet<>(mCurrentNotifs); in updateForegroundInstantApps() local
166 checkAndPostForStack(focusedStack, notifs, noMan, pm); in updateForegroundInstantApps()
170 checkAndPostForPrimaryScreen(notifs, noMan, pm); in updateForegroundInstantApps()
178 notifs.forEach( in updateForegroundInstantApps()
197 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForPrimaryScreen() argument
205 checkAndPostForStack(info, notifs, noMan, pm); in checkAndPostForPrimaryScreen()
218 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForStack() argument
225 if (!notifs.remove(key)) { in checkAndPostForStack()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java958 StatusBarNotification[] notifs = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications() local
959 assertEquals(1, notifs.length); in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications()
969 StatusBarNotification[] notifs = in testCancelNotificationImmediatelyAfterEnqueue() local
971 assertEquals(0, notifs.length); in testCancelNotificationImmediatelyAfterEnqueue()
984 StatusBarNotification[] notifs = in testCancelNotificationWhilePostedAndEnqueued() local
986 assertEquals(0, notifs.length); in testCancelNotificationWhilePostedAndEnqueued()
1001 StatusBarNotification[] notifs = in testCancelNotificationsFromListenerImmediatelyAfterEnqueue() local
1003 assertEquals(0, notifs.length); in testCancelNotificationsFromListenerImmediatelyAfterEnqueue()
1014 StatusBarNotification[] notifs = in testCancelAllNotificationsImmediatelyAfterEnqueue() local
1016 assertEquals(0, notifs.length); in testCancelAllNotificationsImmediatelyAfterEnqueue()
[all …]