Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt177 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/
DNotificationGroupManager.java286 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()