Searched refs:mOldAlertOverrideByGroup (Results 1 – 1 of 1) sorted by relevance
971 private final HashMap<String, NotificationEntry> mOldAlertOverrideByGroup = new HashMap<>(); field in NotificationGroupManagerLegacy.EventBuffer981 mOldAlertOverrideByGroup.putIfAbsent(group.groupKey, oldAlertOverride); in notifyAlertOverrideChanged()1008 for (Map.Entry<String, NotificationEntry> entry : mOldAlertOverrideByGroup.entrySet()) { in flushAndStopBuffering()1024 mOldAlertOverrideByGroup.clear(); in flushAndStopBuffering()