Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java74 private final HashMap<String, NotificationGroup> mGroupMap = new HashMap<>(); field in NotificationGroupManagerLegacy
110 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java47 private HashMap<MessagingGroup, MessagingGroup> mGroupMap = new HashMap<>(); field in MessagingLayoutTransformState
375 mGroupMap.clear(); in findPairs()
391 mGroupMap.put(ownGroup, bestMatch); in findPairs()
394 return mGroupMap; in findPairs()
506 mGroupMap.clear();; in recycle()