Searched refs:mGroupMap (Results 1 – 1 of 1) sorted by relevance
34 private final HashMap<String, NotificationGroup> mGroupMap = new HashMap<>(); field in NotificationGroupManager43 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isGroupExpanded()51 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in setGroupExpanded()80 final NotificationGroup group = mGroupMap.get(groupKey); in onEntryRemovedInternal()95 mGroupMap.remove(groupKey); in onEntryRemovedInternal()119 NotificationGroup group = mGroupMap.get(groupKey); in onEntryAdded()122 mGroupMap.put(groupKey, group); in onEntryAdded()140 if (mGroupMap.get(oldNotification.getGroupKey()) != null) { in onEntryUpdated()150 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isVisible()164 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in hasGroupChildren()[all …]