Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java233 private HashMap<String, String> mSuppressedGroupKeys = new HashMap<>(); field in BubbleData
493 mSuppressedGroupKeys.put(groupKey, notifKey); in addSummaryToSuppress()
506 return mSuppressedGroupKeys.get(groupKey); in getSummaryKey()
513 mSuppressedGroupKeys.remove(groupKey); in removeSuppressedSummary()
524 return mSuppressedGroupKeys.containsKey(groupKey); in isSummarySuppressed()
1254 pw.println(mSuppressedGroupKeys.size()); in dump()
1255 for (String key : mSuppressedGroupKeys.keySet()) { in dump()