Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderImpl.kt117 private val fsiDecision: FullScreenIntentDecisionProvider.Decision in suppressed() constant in FullScreenIntentDecisionImpl
122 get() = fsiDecision.shouldFsi in suppressed()
125 get() = fsiDecision.wouldFsiWithoutDnd in suppressed()
128 get() = fsiDecision.logReason in suppressed()
131 get() = fsiDecision.shouldLog in suppressed()
134 get() = fsiDecision.isWarning in suppressed()
137 get() = fsiDecision.uiEventId in suppressed()
140 get() = fsiDecision.eventLogData in suppressed()
289 val fsiDecision = in makeUnloggedFullScreenIntentDecision() constant
291 return FullScreenIntentDecisionImpl(entry, fsiDecision) in makeUnloggedFullScreenIntentDecision()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt396 val fsiDecision = in <lambda>() constant
398 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(fsiDecision) in <lambda>()
399 if (fsiDecision.shouldInterrupt) { in <lambda>()
401 } else if (fsiDecision.wouldInterruptWithoutDnd) { in <lambda>()