Searched refs:logFullScreenIntentDecision (Results 1 – 7 of 7) sorted by relevance
70 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) {72 wrapped.logFullScreenIntentDecision(it.originalEntry, it.originalDecision)
106 fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) regex
173 void logFullScreenIntentDecision(NotificationEntry entry, FullScreenIntentDecision decision); in logFullScreenIntentDecision() method
222 logFullScreenIntentDecision(entry, decision); in shouldLaunchFullScreenIntentWhenAdded()344 public void logFullScreenIntentDecision(NotificationEntry entry, in logFullScreenIntentDecision() method in NotificationInterruptStateProviderImpl
392 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(fsiDecision)523 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(decision)535 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(decision)
1074 verify(visualInterruptionDecisionProvider).logFullScreenIntentDecision(capture())1082 verify(visualInterruptionDecisionProvider, never()).logFullScreenIntentDecision(any())
850 mNotifInterruptionStateProvider.logFullScreenIntentDecision(entry, decision); in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()