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.java163 ArraySet<Pair<String, Integer>> notifs = new ArraySet<>(mCurrentNotifs); in updateForegroundInstantApps() local
205 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForPrimaryScreen()
224 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForStack()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1356 StatusBarNotification[] notifs = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications() local
1497 StatusBarNotification[] notifs = in testCancelNotificationImmediatelyAfterEnqueue() local
1520 StatusBarNotification[] notifs = in testPostCancelPostNotifiesListeners() local
1538 StatusBarNotification[] notifs = in testCancelNotificationWhilePostedAndEnqueued() local
1556 StatusBarNotification[] notifs = in testCancelNotificationsFromListenerImmediatelyAfterEnqueue() local
1570 StatusBarNotification[] notifs = in testCancelAllNotificationsImmediatelyAfterEnqueue() local
1589 StatusBarNotification[] notifs = in testUserInitiatedClearAll_noLeak() local
1706 StatusBarNotification[] notifs = in testCancelAllNotifications_IgnoreForegroundService() local
1721 StatusBarNotification[] notifs = in testCancelAllNotifications_IgnoreOtherPackages() local
1735 StatusBarNotification[] notifs = in testCancelAllNotifications_NullPkgRemovesAll() local
[all …]