Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt193 val oldIsGroupSummary = entry.sbn.notification.isGroupSummary in <lambda>() constant
196 oldIsGroupSummary) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java509 boolean oldIsGroupSummary) { in onEntryUpdated() argument
512 boolean wasGroupChild = isGroupChild(entry.getKey(), oldIsGroup, oldIsGroupSummary); in onEntryUpdated()
516 onEntryRemovedInternal(entry, oldGroupKey, oldIsGroup, oldIsGroupSummary); in onEntryUpdated()