Home
last modified time | relevance | path

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

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