Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java306 boolean canShowBubbleNotification(); in canShowBubbleNotification() method
DBubbleController.java2783 public boolean canShowBubbleNotification() { in canShowBubbleNotification() method in BubbleController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DCommonVisualInterruptionSuppressors.kt136 bubbles.map { it.canShowBubbleNotification() }.getOrElse { false } in shouldSuppress()
DNotificationInterruptStateProviderImpl.java449 mBubbles.isPresent() && mBubbles.get().canShowBubbleNotification(); in shouldHeadsUpWhenAwake()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt164 whenever(bubbles.canShowBubbleNotification()).thenReturn(true) in <lambda>()
215 whenever(bubbles.canShowBubbleNotification()).thenReturn(false) in <lambda>()
DNotificationInterruptStateProviderImplTest.java143 when(mBubbles.canShowBubbleNotification()).thenReturn(true); in setup()
355 when(mBubbles.canShowBubbleNotification()).thenReturn(false); in testShouldHeadsUp_bubble_bubblesCannotShowNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java378 when(mBubbles.canShowBubbleNotification()).thenReturn(true); in setup()