Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java129 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isLogicalGroupExpanded()
184 final NotificationGroup group = mGroupMap.get(groupKey); in onEntryRemovedInternal()
203 mGroupMap.remove(groupKey); in onEntryRemovedInternal()
229 NotificationGroup group = mGroupMap.get(groupKey); in onEntryAddedInternal()
232 mGroupMap.put(groupKey, group); in onEntryAddedInternal()
531 updateSuppression(mGroupMap.get(oldGroupKey)); in onEntryUpdated()
535 updateSuppression(mGroupMap.get(newGroupKey)); in onEntryUpdated()
553 return mGroupMap.get(getGroupKey(sbn)); in getGroupForSummary()
581 NotificationGroup group = mGroupMap.get(groupKey); in isGroupSuppressed()
651 NotificationGroup group = mGroupMap.get(groupKey); in getGroupSummary()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A 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()