Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DCommonVisualInterruptionSuppressors.kt135 val bubblesCanShowNotification = in shouldSuppress() constant
137 entry.isBubble && bubblesCanShowNotification in shouldSuppress()
DNotificationInterruptStateProviderImpl.java448 boolean bubblesCanShowNotification = in shouldHeadsUpWhenAwake()
450 if (entry.isBubble() && inShade && bubblesCanShowNotification) { in shouldHeadsUpWhenAwake()