Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1626 StatusBarNotification[] notifs = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications() local
1763 StatusBarNotification[] notifs = in testEnqueueNotificationWithTag_FgsAddsFlags_dismissalAllowed() local
2011 StatusBarNotification[] notifs = in testCancelNotificationImmediatelyAfterEnqueue() local
2034 StatusBarNotification[] notifs = in testPostCancelPostNotifiesListeners() local
2052 StatusBarNotification[] notifs = in testCancelNotificationWhilePostedAndEnqueued() local
2070 StatusBarNotification[] notifs = in testCancelNotificationsFromListenerImmediatelyAfterEnqueue() local
2084 StatusBarNotification[] notifs = in testCancelAllNotificationsImmediatelyAfterEnqueue() local
2103 StatusBarNotification[] notifs = in testUserInitiatedClearAll_noLeak() local
2226 StatusBarNotification[] notifs = in testCancelAllNotifications_IgnoreForegroundService() local
2244 StatusBarNotification[] notifs = in testCancelAllNotifications_FgsFlag_NoFgs_Allowed() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java152 ArraySet<Pair<String, Integer>> notifs = new ArraySet<>(mCurrentNotifs); in updateForegroundInstantApps() local
191 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForStack()