Searched refs:mGroupMap (Results 1 – 2 of 2) sorted by relevance
74 private final HashMap<String, NotificationGroup> mGroupMap = new HashMap<>(); field in NotificationGroupManagerLegacy110 NotificationGroup group = mGroupMap.get(getGroupKey(entry.getSbn())); in isGroupExpanded()121 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isLogicalGroupExpanded()130 NotificationGroup group = mGroupMap.get(getGroupKey(entry.getSbn())); in setGroupExpanded()156 updateSuppression(mGroupMap.get(oldSbn.getGroupKey())); in onEntryRemoved()176 final NotificationGroup group = mGroupMap.get(groupKey); in onEntryRemovedInternal()195 mGroupMap.remove(groupKey); in onEntryRemovedInternal()221 NotificationGroup group = mGroupMap.get(groupKey); in onEntryAddedInternal()224 mGroupMap.put(groupKey, group); in onEntryAddedInternal()413 NotificationGroup importantChildGroup = mGroupMap.get(importantChildKey); in getPriorityConversationAlertOverride()[all …]
47 private HashMap<MessagingGroup, MessagingGroup> mGroupMap = new HashMap<>(); field in MessagingLayoutTransformState375 mGroupMap.clear(); in findPairs()391 mGroupMap.put(ownGroup, bestMatch); in findPairs()394 return mGroupMap; in findPairs()506 mGroupMap.clear();; in recycle()