Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderImpl.kt234 makeLoggablePulseDecision(entry).also { logDecision(PULSE, entry, it) } in makeAndLogHeadsUpDecision()
236 makeLoggablePeekDecision(entry).also { logDecision(PEEK, entry, it) } in makeAndLogHeadsUpDecision()
260 .also { logDecision(BUBBLE, entry, it) } in makeLoggablePeekDecision()
271 private fun logDecision( in makeLoggableBubbleDecision() method
276 logger.logDecision(type.name, entry, loggableDecision.decision) in makeLoggableBubbleDecision()
DVisualInterruptionDecisionLogger.kt45 fun logDecision( in logDecision() method