Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderImpl.kt244 ?: checkSuppressInterruptions(entry) in makeLoggablePeekDecision()
252 ?: checkSuppressInterruptions(entry) in makeLoggablePeekDecision()
267 ?: checkSuppressInterruptions(entry) in makeLoggableBubbleDecision()
325 private fun checkSuppressInterruptions(entry: NotificationEntry) = in checkSuppressInterruptions() method