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.java161 ArraySet<Pair<String, Integer>> notifs = new ArraySet<>(mCurrentNotifs); in updateForegroundInstantApps() local
172 checkAndPostForStack(focusedStack, notifs, noMan, pm); in updateForegroundInstantApps()
176 checkAndPostForPrimaryScreen(notifs, noMan, pm); in updateForegroundInstantApps()
184 notifs.forEach( in updateForegroundInstantApps()
203 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForPrimaryScreen() argument
211 checkAndPostForStack(info, notifs, noMan, pm); in checkAndPostForPrimaryScreen()
224 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForStack() argument
231 if (!notifs.remove(key)) { in checkAndPostForStack()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1194 StatusBarNotification[] notifs = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications() local
1195 assertEquals(1, notifs.length); in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications()
1335 StatusBarNotification[] notifs = in testCancelNotificationImmediatelyAfterEnqueue() local
1337 assertEquals(0, notifs.length); in testCancelNotificationImmediatelyAfterEnqueue()
1358 StatusBarNotification[] notifs = in testPostCancelPostNotifiesListeners() local
1360 assertEquals(1, notifs.length); in testPostCancelPostNotifiesListeners()
1376 StatusBarNotification[] notifs = in testCancelNotificationWhilePostedAndEnqueued() local
1378 assertEquals(0, notifs.length); in testCancelNotificationWhilePostedAndEnqueued()
1394 StatusBarNotification[] notifs = in testCancelNotificationsFromListenerImmediatelyAfterEnqueue() local
1396 assertEquals(0, notifs.length); in testCancelNotificationsFromListenerImmediatelyAfterEnqueue()
[all …]