Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt191 val oldGroupKey = entry.sbn.groupKey in <lambda>() constant
195 groupManager.onEntryUpdated(entry, oldGroupKey, oldIsGroup, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java508 public void onEntryUpdated(NotificationEntry entry, String oldGroupKey, boolean oldIsGroup, in onEntryUpdated() argument
511 boolean groupKeysChanged = !oldGroupKey.equals(newGroupKey); in onEntryUpdated()
515 if (mGroupMap.get(getGroupKey(entry.getKey(), oldGroupKey)) != null) { in onEntryUpdated()
516 onEntryRemovedInternal(entry, oldGroupKey, oldIsGroup, oldIsGroupSummary); in onEntryUpdated()
523 updateSuppression(mGroupMap.get(oldGroupKey)); in onEntryUpdated()