Searched refs:canShowBubbleNotification (Results 1 – 7 of 7) sorted by relevance
306 boolean canShowBubbleNotification(); in canShowBubbleNotification() method
2783 public boolean canShowBubbleNotification() { in canShowBubbleNotification() method in BubbleController
136 bubbles.map { it.canShowBubbleNotification() }.getOrElse { false } in shouldSuppress()
449 mBubbles.isPresent() && mBubbles.get().canShowBubbleNotification(); in shouldHeadsUpWhenAwake()
164 whenever(bubbles.canShowBubbleNotification()).thenReturn(true) in <lambda>()215 whenever(bubbles.canShowBubbleNotification()).thenReturn(false) in <lambda>()
143 when(mBubbles.canShowBubbleNotification()).thenReturn(true); in setup()355 when(mBubbles.canShowBubbleNotification()).thenReturn(false); in testShouldHeadsUp_bubble_bubblesCannotShowNotification()
378 when(mBubbles.canShowBubbleNotification()).thenReturn(true); in setup()