Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java185 return hasBubbleInStackWithKey(key) || hasOverflowBubbleWithKey(key); in hasAnyBubbleWithKey()
192 public boolean hasOverflowBubbleWithKey(String key) { in hasOverflowBubbleWithKey() method in BubbleData
473 if (hasOverflowBubbleWithKey(key) in doRemove()
DBubbleController.java1331 if (!mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java301 assertTrue(mBubbleData.hasOverflowBubbleWithKey(mRow.getEntry().getKey())); in testRemoveBubble_withDismissedNotif_inOverflow()
324 assertFalse(mBubbleData.hasOverflowBubbleWithKey(mRow.getEntry().getKey())); in testRemoveBubble_withDismissedNotif_notInOverflow()