Home
last modified time | relevance | path

Searched defs: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
197 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForPrimaryScreen()
218 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForStack()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java958 StatusBarNotification[] notifs = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications() local
969 StatusBarNotification[] notifs = in testCancelNotificationImmediatelyAfterEnqueue() local
984 StatusBarNotification[] notifs = in testCancelNotificationWhilePostedAndEnqueued() local
1001 StatusBarNotification[] notifs = in testCancelNotificationsFromListenerImmediatelyAfterEnqueue() local
1014 StatusBarNotification[] notifs = in testCancelAllNotificationsImmediatelyAfterEnqueue() local
1046 StatusBarNotification[] notifs = in testUserInitiatedClearAll_noLeak() local
1122 StatusBarNotification[] notifs = in testCancelAllNotifications_IgnoreForegroundService() local
1136 StatusBarNotification[] notifs = in testCancelAllNotifications_IgnoreOtherPackages() local
1149 StatusBarNotification[] notifs = in testCancelAllNotifications_NullPkgRemovesAll() local
1163 StatusBarNotification[] notifs = in testCancelAllNotifications_NullPkgIgnoresUserAllNotifications() local
[all …]