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.java186 void logFullScreenIntentDecision(NotificationEntry entry, FullScreenIntentDecision decision); in logFullScreenIntentDecision() method
DVisualInterruptionDecisionProvider.kt173 fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) method
DVisualInterruptionDecisionLogger.kt71 fun logFullScreenIntentDecision( in logFullScreenIntentDecision() method
DVisualInterruptionDecisionProviderImpl.kt314 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) = in logFullScreenIntentDecision() method
334 logger.logFullScreenIntentDecision(decision.entry, decision, decision.isWarning) in logFullScreenIntentDecision()
DNotificationInterruptStateProviderImpl.java244 logFullScreenIntentDecision(entry, decision); in shouldLaunchFullScreenIntentWhenAdded()
387 public void logFullScreenIntentDecision(NotificationEntry entry, in logFullScreenIntentDecision() method in NotificationInterruptStateProviderImpl
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt753 provider.logFullScreenIntentDecision(decision) in <lambda>()
812 provider.logFullScreenIntentDecision(decision) in <lambda>()
910 provider.logFullScreenIntentDecision(decision) in <lambda>()
1163 provider.logFullScreenIntentDecision(it) in <lambda>()
1172 provider.logFullScreenIntentDecision(it) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt569 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(fsiDecision) in <lambda>()
733 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision( in <lambda>()
751 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision( in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt1286 verify(visualInterruptionDecisionProvider).logFullScreenIntentDecision(capture()) in <lambda>()
1294 verify(visualInterruptionDecisionProvider, never()).logFullScreenIntentDecision(any()) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java976 mNotifInterruptionStateProvider.logFullScreenIntentDecision(entry, decision); in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()