Searched refs:mSuppressedGroupToNotifKeys (Results 1 – 1 of 1) sorted by relevance
2491 private HashMap<String, String> mSuppressedGroupToNotifKeys = new HashMap<>(); field in BubbleController.BubblesImpl.CachedState2514 mSuppressedGroupToNotifKeys.put(update.suppressedSummaryGroup, summaryKey); in update()2516 mSuppressedGroupToNotifKeys.remove(update.suppressedSummaryGroup); in update()2565 || (mSuppressedGroupToNotifKeys.containsKey(groupKey) in isBubbleNotificationSuppressedFromShade()2566 && key.equals(mSuppressedGroupToNotifKeys.get(groupKey))); in isBubbleNotificationSuppressedFromShade()2586 pw.println(mSuppressedGroupToNotifKeys.size()); in dump()2587 for (String key : mSuppressedGroupToNotifKeys.keySet()) { in dump()