Home
last modified time | relevance | path

Searched refs:wouldInterruptWithoutDnd (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderWrapperTest.kt91 assertFalse(it.wouldInterruptWithoutDnd) in fullScreenIntentDecisionShouldInterrupt()
99 assertFalse(it.wouldInterruptWithoutDnd) in fullScreenIntentDecisionShouldNotInterrupt()
107 assertTrue(it.wouldInterruptWithoutDnd) in fullScreenIntentDecisionWouldInterruptWithoutDnd()
115 assertFalse(it.wouldInterruptWithoutDnd) in fullScreenIntentDecisionWouldNotInterruptEvenWithoutDnd()
DVisualInterruptionDecisionProviderTestBase.kt1146 it.wouldInterruptWithoutDnd in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProvider.kt53 val wouldInterruptWithoutDnd: Boolean constant
DVisualInterruptionDecisionLogger.kt76 bool2 = decision.wouldInterruptWithoutDnd in logFullScreenIntentDecision()
DNotificationInterruptStateProviderWrapper.kt58 override val wouldInterruptWithoutDnd = originalDecision == NO_FSI_SUPPRESSED_ONLY_BY_DND in of() constant in com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderWrapper.FullScreenIntentDecisionImpl
DVisualInterruptionDecisionProviderImpl.kt124 override val wouldInterruptWithoutDnd in suppressed() constant in FullScreenIntentDecisionImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt401 } else if (fsiDecision.wouldInterruptWithoutDnd) { in <lambda>()
535 } else if (decision.wouldInterruptWithoutDnd) { in <lambda>()