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()
186 void logFullScreenIntentDecision(NotificationEntry entry, FullScreenIntentDecision decision); in logFullScreenIntentDecision() method
173 fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) method
71 fun logFullScreenIntentDecision( in logFullScreenIntentDecision() method
314 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) = in logFullScreenIntentDecision() method334 logger.logFullScreenIntentDecision(decision.entry, decision, decision.isWarning) in logFullScreenIntentDecision()
244 logFullScreenIntentDecision(entry, decision); in shouldLaunchFullScreenIntentWhenAdded()387 public void logFullScreenIntentDecision(NotificationEntry entry, in logFullScreenIntentDecision() method in NotificationInterruptStateProviderImpl
753 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>()
569 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(fsiDecision) in <lambda>()733 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision( in <lambda>()751 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision( in <lambda>()
1286 verify(visualInterruptionDecisionProvider).logFullScreenIntentDecision(capture()) in <lambda>()1294 verify(visualInterruptionDecisionProvider, never()).logFullScreenIntentDecision(any()) in <lambda>()
976 mNotifInterruptionStateProvider.logFullScreenIntentDecision(entry, decision); in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()