Home
last modified time | relevance | path

Searched refs:makeUnloggedFullScreenIntentDecision (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DVisualInterruptionDecisionProvider.kt99 fun makeUnloggedFullScreenIntentDecision(entry: NotificationEntry): FullScreenIntentDecision regex
H A DNotificationInterruptStateProviderWrapper.kt67 override fun makeUnloggedFullScreenIntentDecision(entry: NotificationEntry) =
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.kt391 mVisualInterruptionDecisionProvider.makeUnloggedFullScreenIntentDecision(entry)
516 mVisualInterruptionDecisionProvider.makeUnloggedFullScreenIntentDecision(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt1052 whenever(provider.makeUnloggedFullScreenIntentDecision(any())).thenAnswer {
1063 visualInterruptionDecisionProvider.makeUnloggedFullScreenIntentDecision(entry)