Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java991 && !mBubbleData.getAnyBubbleWithkey(key).showInShade()); in isBubbleNotificationSuppressedFromShade()
1483 Bubble bubbleChild = mBubbleData.getAnyBubbleWithkey(child.getKey()); in handleSummaryDismissalInterception()
DBubbleData.java730 Bubble getAnyBubbleWithkey(String key) { in getAnyBubbleWithkey() method in BubbleData