Home
last modified time | relevance | path

Searched refs:logFullScreenIntentDecision (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderWrapper.kt70 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) {
72 wrapped.logFullScreenIntentDecision(it.originalEntry, it.originalDecision)
H A DVisualInterruptionDecisionProvider.kt106 fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) regex
H A DNotificationInterruptStateProvider.java173 void logFullScreenIntentDecision(NotificationEntry entry, FullScreenIntentDecision decision); in logFullScreenIntentDecision() method
H A DNotificationInterruptStateProviderImpl.java222 logFullScreenIntentDecision(entry, decision); in shouldLaunchFullScreenIntentWhenAdded()
344 public void logFullScreenIntentDecision(NotificationEntry entry, in logFullScreenIntentDecision() method in NotificationInterruptStateProviderImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.kt392 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(fsiDecision)
523 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(decision)
535 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(decision)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt1074 verify(visualInterruptionDecisionProvider).logFullScreenIntentDecision(capture())
1082 verify(visualInterruptionDecisionProvider, never()).logFullScreenIntentDecision(any())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java850 mNotifInterruptionStateProvider.logFullScreenIntentDecision(entry, decision); in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()