Home
last modified time | relevance | path

Searched refs:wouldFsiWithoutDnd (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt57 val wouldFsiWithoutDnd: Boolean constant
68 override val wouldFsiWithoutDnd: Boolean = shouldFsi, constant in com.android.systemui.statusbar.notification.interruption.FullScreenIntentDecisionProvider.DecisionImpl
113 NO_FSI_SUPPRESSED_BY_DND(false, "suppressed by DND", wouldFsiWithoutDnd = false),
114 NO_FSI_SUPPRESSED_ONLY_BY_DND(false, "suppressed only by DND", wouldFsiWithoutDnd = true)
DVisualInterruptionDecisionProviderImpl.kt125 get() = fsiDecision.wouldFsiWithoutDnd in suppressed()