Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java220 assertFalse(mStatusBarWindowController.getBubblesShowing()); in testRemoveBubble()
256 assertFalse(mStatusBarWindowController.getBubblesShowing()); in testDismissStack()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowController.java527 public boolean getBubblesShowing() { in getBubblesShowing() method in StatusBarWindowController
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java649 boolean hadBubbles = mStatusBarWindowController.getBubblesShowing(); in updateStack()