Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderImpl.kt242 checkConditions(PEEK) in makeLoggablePeekDecision()
250 checkConditions(PULSE) in makeLoggablePeekDecision()
265 checkConditions(BUBBLE) in makeLoggableBubbleDecision()
340 private fun checkConditions(type: VisualInterruptionType) = in checkConditions() method