Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DVisualInterruptionDecisionProvider.kt86 fun makeAndLogHeadsUpDecision(entry: NotificationEntry): Decision regex
H A DNotificationInterruptStateProviderWrapper.kt64 override fun makeAndLogHeadsUpDecision(entry: NotificationEntry): Decision =
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.kt404 mVisualInterruptionDecisionProvider.makeAndLogHeadsUpDecision(entry).shouldInterrupt
426 mVisualInterruptionDecisionProvider.makeAndLogHeadsUpDecision(entry).shouldInterrupt
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt1035 whenever(visualInterruptionDecisionProvider.makeAndLogHeadsUpDecision(any()))
1042 whenever(visualInterruptionDecisionProvider.makeAndLogHeadsUpDecision(entry))