Searched refs:mShortcutIdToBubble (Results 1 – 1 of 1) sorted by relevance
2155 private HashMap<String, Bubble> mShortcutIdToBubble = new HashMap<>(); field in BubbleController.BubblesImpl.CachedState2188 mShortcutIdToBubble.clear(); in update()2191 mShortcutIdToBubble.put(b.getShortcutId(), b); in update()2234 return mShortcutIdToBubble.get(id); in getBubbleWithShortcutId()