Searched refs:mKeyToShownInShadeMap (Results 1 – 1 of 1) sorted by relevance
2797 private final Map<String, Boolean> mKeyToShownInShadeMap = new HashMap<>(); field in UserBubbleData2803 mKeyToShownInShadeMap.put(key, shownInShade); in add()2810 return mKeyToShownInShadeMap.keySet(); in getKeys()2817 return mKeyToShownInShadeMap.get(key); in isShownInShade()