Home
last modified time | relevance | path

Searched refs:hasAnyBubbleWithKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1254 boolean isSuppressedBubble = (mBubbleData.hasAnyBubbleWithKey(key) in isBubbleNotificationSuppressedFromShade()
1522 if (mBubbleData.hasAnyBubbleWithKey(bubble.getKey())) { in loadOverflowBubblesFromDisk()
1623 } else if (mBubbleData.hasAnyBubbleWithKey(notif.getKey()) in updateBubble()
1687 if (mBubbleData.hasAnyBubbleWithKey(key)) { in removeBubble()
1716 if (!shouldBubble && mBubbleData.hasAnyBubbleWithKey(entry.getKey())) { in onEntryUpdated()
1760 boolean isActiveOrInOverflow = mBubbleData.hasAnyBubbleWithKey(key); in onRankingUpdated()
2158 if (mBubbleData.hasAnyBubbleWithKey(child.getKey())) { in handleSummaryDismissalInterception()
DBubbleData.java302 public boolean hasAnyBubbleWithKey(String key) { in hasAnyBubbleWithKey() method in BubbleData