Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1398 private HashMap<String, Bubble> mShortcutIdToBubble = new HashMap<>(); field in BubbleController.BubblesImpl.CachedState
1429 mShortcutIdToBubble.clear(); in update()
1431 mShortcutIdToBubble.put(b.getShortcutId(), b); in update()
1465 return mShortcutIdToBubble.get(id); in getBubbleWithShortcutId()