Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java478 assertTrue(mBubbleController.hasBubbles()); in dreamingHidesBubbles()
503 assertTrue(mBubbleController.hasBubbles()); in testAddBubble()
511 assertTrue(mBubbleController.hasBubbles()); in testHasBubbles()
519 assertTrue(mBubbleController.hasBubbles()); in testRemoveBubble()
535 assertTrue(mBubbleController.hasBubbles()); in testRemoveBubble_withDismissedNotif_inOverflow()
557 assertTrue(mBubbleController.hasBubbles()); in testRemoveBubble_withDismissedNotif_notInOverflow()
583 assertTrue(mBubbleController.hasBubbles()); in testDismissStack()
602 assertTrue(mBubbleController.hasBubbles()); in testExpandCollapseStack()
630 assertTrue(mBubbleController.hasBubbles()); in testCollapseAfterChangingExpandedBubble()
675 assertTrue(mBubbleController.hasBubbles()); in testExpansionRemovesShowInShadeAndDot()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java202 assertThat(mBubbleData.hasBubbles()).isFalse(); in setUp()
579 assertThat(mBubbleData.hasBubbles()).isFalse(); in test_collapsed_expansion_whenEmpty_doesNothing()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1039 public boolean hasBubbles() { in hasBubbles() method in BubbleController
1043 return mBubbleData.hasBubbles() || mBubbleData.isShowingOverflow(); in hasBubbles()
1940 } else if (hasBubbles()) { in updateBubbleViews()
H A DBubbleData.java276 public boolean hasBubbles() { in hasBubbles() method in BubbleData