Searched refs:fsiDecision (Results 1 – 2 of 2) sorted by relevance
117 private val fsiDecision: FullScreenIntentDecisionProvider.Decision in suppressed() constant in FullScreenIntentDecisionImpl122 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() constant291 return FullScreenIntentDecisionImpl(entry, fsiDecision) in makeUnloggedFullScreenIntentDecision()
396 val fsiDecision = in <lambda>() constant398 mVisualInterruptionDecisionProvider.logFullScreenIntentDecision(fsiDecision) in <lambda>()399 if (fsiDecision.shouldInterrupt) { in <lambda>()401 } else if (fsiDecision.wouldInterruptWithoutDnd) { in <lambda>()