Searched refs:oldIsGroup (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRankingManager.kt | 177 val oldIsGroup = entry.sbn.isGroup in <lambda>() constant 180 groupManager.onEntryUpdated(entry, oldGroupKey, oldIsGroup, in <lambda>()
|
/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 290 boolean wasGroupChild = isGroupChild(entry.getKey(), oldIsGroup, oldIsGroupSummary); in onEntryUpdated() 294 onEntryRemovedInternal(entry, oldGroupKey, oldIsGroup, oldIsGroupSummary); in onEntryUpdated()
|