Searched refs:oldGroupKey (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManager.java | 286 public void onEntryUpdated(NotificationEntry entry, String oldGroupKey, boolean oldIsGroup, in onEntryUpdated() argument 289 boolean groupKeysChanged = !oldGroupKey.equals(newGroupKey); in onEntryUpdated() 293 if (mGroupMap.get(getGroupKey(entry.getKey(), oldGroupKey)) != null) { in onEntryUpdated() 294 onEntryRemovedInternal(entry, oldGroupKey, oldIsGroup, oldIsGroupSummary); in onEntryUpdated() 301 updateSuppression(mGroupMap.get(oldGroupKey)); in onEntryUpdated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRankingManager.kt | 176 val oldGroupKey = entry.sbn.groupKey in <lambda>() constant 180 groupManager.onEntryUpdated(entry, oldGroupKey, oldIsGroup, in <lambda>()
|