Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java1764 StatusBarNotification[] notifs = in testEnqueueNotificationWithTag_FgsAddsFlags_dismissalAllowed() local
2012 StatusBarNotification[] notifs = in testCancelNotificationImmediatelyAfterEnqueue() local
2035 StatusBarNotification[] notifs = in testPostCancelPostNotifiesListeners() local
2053 StatusBarNotification[] notifs = in testCancelNotificationWhilePostedAndEnqueued() local
2071 StatusBarNotification[] notifs = in testCancelNotificationsFromListenerImmediatelyAfterEnqueue() local
2085 StatusBarNotification[] notifs = in testCancelAllNotificationsImmediatelyAfterEnqueue() local
2104 StatusBarNotification[] notifs = in testUserInitiatedClearAll_noLeak() local
2227 StatusBarNotification[] notifs = in testCancelAllNotifications_IgnoreForegroundService() local
2245 StatusBarNotification[] notifs = in testCancelAllNotifications_FgsFlag_NoFgs_Allowed() local
2262 StatusBarNotification[] notifs = in testCancelAllNotifications_IgnoreOtherPackages() local
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DInstantAppNotifier.java191 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForStack()