Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java805 && !mBubbleData.getAnyBubbleWithkey(key).showInShade()); in isBubbleNotificationSuppressedFromShade()
1243 Bubble bubbleChild = mBubbleData.getAnyBubbleWithkey(child.getKey()); in handleSummaryDismissalInterception()
DBubbleData.java880 Bubble getAnyBubbleWithkey(String key) { in getAnyBubbleWithkey() method in BubbleData