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.kt178 val oldIsGroupSummary = entry.sbn.notification.isGroupSummary in <lambda>() constant
181 oldIsGroupSummary) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java287 boolean oldIsGroupSummary) { in onEntryUpdated() argument
290 boolean wasGroupChild = isGroupChild(entry.getKey(), oldIsGroup, oldIsGroupSummary); in onEntryUpdated()
294 onEntryRemovedInternal(entry, oldGroupKey, oldIsGroup, oldIsGroupSummary); in onEntryUpdated()