Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2034 StatusBarNotification[] notifs = mBinderService.getActiveNotifications(mPkg); in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications() local
2171 StatusBarNotification[] notifs = in testEnqueueNotificationWithTag_FgsAddsFlags_dismissalAllowed() local
2391 StatusBarNotification[] notifs = in testCancelNotificationImmediatelyAfterEnqueue() local
2414 StatusBarNotification[] notifs = in testPostCancelPostNotifiesListeners() local
2432 StatusBarNotification[] notifs = in testCancelNotificationWhilePostedAndEnqueued() local
2450 StatusBarNotification[] notifs = in testCancelNotificationsFromListenerImmediatelyAfterEnqueue() local
2464 StatusBarNotification[] notifs = in testCancelAllNotificationsImmediatelyAfterEnqueue() local
2483 StatusBarNotification[] notifs = in testUserInitiatedClearAll_noLeak() local
3224 StatusBarNotification[] notifs = in testCancelAllNotifications_IgnoreForegroundService() local
3242 StatusBarNotification[] notifs = in testCancelAllNotifications_FgsFlag_NoFgs_Allowed() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java154 ArraySet<Pair<String, Integer>> notifs = new ArraySet<>(mCurrentNotifs); in updateForegroundInstantApps() local
193 @NonNull ArraySet<Pair<String, Integer>> notifs, in checkAndPostForStack()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationsListInteractorTest.kt53 val notifs by collectLastValue(outputInteractor.topLevelRepresentativeNotifications) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/
DOngoingActivityChipsViewModel.kt119 val notifs: OngoingActivityChipModel.Inactive, in <lambda>() constant in InternalChipModel.Inactive
128 val notifs: List<OngoingActivityChipModel.Active> = emptyList(), in <lambda>() constant in ChipBundle
139 ) { screenRecord, shareToApp, castToOtherDevice, call, notifs -> in <lambda>() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationLoggerViewModelTest.kt160 val notifs by collectLastValue(underTest.activeNotifications) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DActiveNotificationsInteractor.kt88 .map { notifs -> notifs.filter { it.promotedContent != null } } in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/notification/domain/interactor/
DStatusBarNotificationChipsInteractor.kt105 activeNotificationsInteractor.promotedOngoingNotifications.map { notifs -> in <lambda>() method