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