/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | NotificationInterruptStateProviderWrapper.kt | 104 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()
|
D | NotificationInterruptStateProvider.java | 181 void logFullScreenIntentDecision(NotificationEntry entry, FullScreenIntentDecision decision); in logFullScreenIntentDecision() method
|
D | VisualInterruptionDecisionProvider.kt | 173 fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) method
|
D | VisualInterruptionDecisionLogger.kt | 66 fun logFullScreenIntentDecision( in logFullScreenIntentDecision() method in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionLogger
|
D | VisualInterruptionDecisionProviderImpl.kt | 294 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) = in logFullScreenIntentDecision() method 314 logger.logFullScreenIntentDecision(decision.entry, decision, decision.isWarning) in logFullScreenIntentDecision()
|
D | NotificationInterruptStateProviderImpl.java | 244 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/ |
D | VisualInterruptionDecisionProviderTestBase.kt | 721 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>()
|
D | NotificationInterruptStateProviderImplTest.java | 911 mNotifInterruptionStateProvider.logFullScreenIntentDecision(entry, decision); in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HeadsUpCoordinator.kt | 398 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/ |
D | HeadsUpCoordinatorTest.kt | 1074 verify(visualInterruptionDecisionProvider).logFullScreenIntentDecision(capture()) in <lambda>() 1082 verify(visualInterruptionDecisionProvider, never()).logFullScreenIntentDecision(any()) in <lambda>()
|