Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt56 val shouldFsi: Boolean constant
66 override val shouldFsi: Boolean, constant in com.android.systemui.statusbar.notification.interruption.FullScreenIntentDecisionProvider.DecisionImpl
68 override val wouldFsiWithoutDnd: Boolean = shouldFsi,
120 val suppressedWithoutDnd = !reasonWithoutDnd.shouldFsi in makeFullScreenIntentDecision()
DVisualInterruptionDecisionProviderImpl.kt122 get() = fsiDecision.shouldFsi in suppressed()