Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1072 && !mBubbleData.getAnyBubbleWithkey(key).showInShade()); in isBubbleNotificationSuppressedFromShade()
1105 Bubble b = mBubbleData.getAnyBubbleWithkey(key); in expandStackAndSelectBubbleFromLauncher()
1392 Bubble b = mBubbleData.getAnyBubbleWithkey(notif.getKey()); in updateBubble()
1900 Bubble bubbleChild = mBubbleData.getAnyBubbleWithkey(child.getKey()); in handleSummaryDismissalInterception()
H A DBubbleData.java1065 Bubble getAnyBubbleWithkey(String key) { in getAnyBubbleWithkey() method in BubbleData