Searched refs:logDecision (Results 1 – 2 of 2) sorted by relevance
234 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() method276 logger.logDecision(type.name, entry, loggableDecision.decision) in makeLoggableBubbleDecision()
45 fun logDecision( in logDecision() method in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionLogger