Searched refs:logFullScreenIntentDecision (Results 1 – 10 of 10) sorted by relevance
104 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) = in logFullScreenIntentDecision() method in com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderWrapper107 wrapped.logFullScreenIntentDecision(it.originalEntry, it.originalDecision) in logFullScreenIntentDecision()
181 void logFullScreenIntentDecision(NotificationEntry entry, FullScreenIntentDecision decision); in logFullScreenIntentDecision() method
173 fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) method
66 fun logFullScreenIntentDecision( in logFullScreenIntentDecision() method
294 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) = in logFullScreenIntentDecision() method314 logger.logFullScreenIntentDecision(decision.entry, decision, decision.isWarning) in logFullScreenIntentDecision()
244 logFullScreenIntentDecision(entry, decision); in shouldLaunchFullScreenIntentWhenAdded()378 public void logFullScreenIntentDecision(NotificationEntry entry, in logFullScreenIntentDecision() method in NotificationInterruptStateProviderImpl
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>()
911 mNotifInterruptionStateProvider.logFullScreenIntentDecision(entry, decision); in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()
398 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(fsiDecision) in <lambda>()529 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(decision) in <lambda>()541 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(decision) in <lambda>()
1074 verify(visualInterruptionDecisionProvider).logFullScreenIntentDecision(capture()) in <lambda>()1082 verify(visualInterruptionDecisionProvider, never()).logFullScreenIntentDecision(any()) in <lambda>()