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