Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java2797 private final Map<String, Boolean> mKeyToShownInShadeMap = new HashMap<>(); field in UserBubbleData
2803 mKeyToShownInShadeMap.put(key, shownInShade); in add()
2810 return mKeyToShownInShadeMap.keySet(); in getKeys()
2817 return mKeyToShownInShadeMap.get(key); in isShownInShade()