Searched refs:wouldInterruptWithoutDnd (Results 1 – 7 of 7) sorted by relevance
91 assertFalse(it.wouldInterruptWithoutDnd) in fullScreenIntentDecisionShouldInterrupt()99 assertFalse(it.wouldInterruptWithoutDnd) in fullScreenIntentDecisionShouldNotInterrupt()107 assertTrue(it.wouldInterruptWithoutDnd) in fullScreenIntentDecisionWouldInterruptWithoutDnd()115 assertFalse(it.wouldInterruptWithoutDnd) in fullScreenIntentDecisionWouldNotInterruptEvenWithoutDnd()
1146 it.wouldInterruptWithoutDnd in <lambda>()
53 val wouldInterruptWithoutDnd: Boolean constant
76 bool2 = decision.wouldInterruptWithoutDnd in logFullScreenIntentDecision()
58 override val wouldInterruptWithoutDnd = originalDecision == NO_FSI_SUPPRESSED_ONLY_BY_DND in of() constant in com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderWrapper.FullScreenIntentDecisionImpl
124 override val wouldInterruptWithoutDnd in suppressed() constant in FullScreenIntentDecisionImpl
401 } else if (fsiDecision.wouldInterruptWithoutDnd) { in <lambda>()535 } else if (decision.wouldInterruptWithoutDnd) { in <lambda>()