Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java2492 private HashMap<String, Bubble> mShortcutIdToBubble = new HashMap<>(); field in BubbleController.BubblesImpl.CachedState
2525 mShortcutIdToBubble.clear(); in update()
2528 mShortcutIdToBubble.put(b.getShortcutId(), b); in update()
2571 return mShortcutIdToBubble.get(id); in getBubbleWithShortcutId()