Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java1174 public Bubble getPendingBubbleWithKey(String key) { in getPendingBubbleWithKey() method in BubbleData
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1576 Bubble b = mBubbleData.getPendingBubbleWithKey(mBubbleEntry.getKey()); in testUpdateBubble_skipsDndSuppressListNotifs()