Searched refs:hasBubbles (Results 1 – 4 of 4) sorted by relevance
478 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 …]
202 assertThat(mBubbleData.hasBubbles()).isFalse(); in setUp()579 assertThat(mBubbleData.hasBubbles()).isFalse(); in test_collapsed_expansion_whenEmpty_doesNothing()
1039 public boolean hasBubbles() { in hasBubbles() method in BubbleController1043 return mBubbleData.hasBubbles() || mBubbleData.isShowingOverflow(); in hasBubbles()1940 } else if (hasBubbles()) { in updateBubbleViews()
276 public boolean hasBubbles() { in hasBubbles() method in BubbleData