Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderWrapper.kt104 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) = in logFullScreenIntentDecision() method in com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderWrapper
107 wrapped.logFullScreenIntentDecision(it.originalEntry, it.originalDecision) in logFullScreenIntentDecision()
DNotificationInterruptStateProvider.java181 void logFullScreenIntentDecision(NotificationEntry entry, FullScreenIntentDecision decision); in logFullScreenIntentDecision() method
DVisualInterruptionDecisionProvider.kt173 fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) method
DVisualInterruptionDecisionLogger.kt66 fun logFullScreenIntentDecision( in logFullScreenIntentDecision() method
DVisualInterruptionDecisionProviderImpl.kt294 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) = in logFullScreenIntentDecision() method
314 logger.logFullScreenIntentDecision(decision.entry, decision, decision.isWarning) in logFullScreenIntentDecision()
DNotificationInterruptStateProviderImpl.java244 logFullScreenIntentDecision(entry, decision); in shouldLaunchFullScreenIntentWhenAdded()
378 public void logFullScreenIntentDecision(NotificationEntry entry, in logFullScreenIntentDecision() method in NotificationInterruptStateProviderImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt721 provider.logFullScreenIntentDecision(decision) in <lambda>()
780 provider.logFullScreenIntentDecision(decision) in <lambda>()
878 provider.logFullScreenIntentDecision(decision) in <lambda>()
1131 provider.logFullScreenIntentDecision(it) in <lambda>()
1140 provider.logFullScreenIntentDecision(it) in <lambda>()
DNotificationInterruptStateProviderImplTest.java911 mNotifInterruptionStateProvider.logFullScreenIntentDecision(entry, decision); in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt398 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(fsiDecision) in <lambda>()
529 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(decision) in <lambda>()
541 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(decision) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt1074 verify(visualInterruptionDecisionProvider).logFullScreenIntentDecision(capture()) in <lambda>()
1082 verify(visualInterruptionDecisionProvider, never()).logFullScreenIntentDecision(any()) in <lambda>()