Searched defs:notifs (Results 1 – 2 of 2) sorted by relevance
1626 StatusBarNotification[] notifs = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications() local1763 StatusBarNotification[] notifs = in testEnqueueNotificationWithTag_FgsAddsFlags_dismissalAllowed() local2011 StatusBarNotification[] notifs = in testCancelNotificationImmediatelyAfterEnqueue() local2034 StatusBarNotification[] notifs = in testPostCancelPostNotifiesListeners() local2052 StatusBarNotification[] notifs = in testCancelNotificationWhilePostedAndEnqueued() local2070 StatusBarNotification[] notifs = in testCancelNotificationsFromListenerImmediatelyAfterEnqueue() local2084 StatusBarNotification[] notifs = in testCancelAllNotificationsImmediatelyAfterEnqueue() local2103 StatusBarNotification[] notifs = in testUserInitiatedClearAll_noLeak() local2226 StatusBarNotification[] notifs = in testCancelAllNotifications_IgnoreForegroundService() local2244 StatusBarNotification[] notifs = in testCancelAllNotifications_FgsFlag_NoFgs_Allowed() local[all …]
152 ArraySet<Pair<String, Integer>> notifs = new ArraySet<>(mCurrentNotifs); in updateForegroundInstantApps() local191 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForStack()