Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.kt147 val logicalSummary = logicalMembers.find { it.sbn.notification.isGroupSummary } regex
153 if (logicalSummary == null) {
161 if (!isGoingToShowHunStrict(logicalSummary)) {
185 val isSummaryAttached = groupLocationsByKey.contains(logicalSummary.key)
204 val summaryUpdate = mPostedEntries[logicalSummary.key]
210 logicalSummary.setInterruption()
211 mLogger.logSummaryMarkedInterrupted(logicalSummary.key, childToReceiveParentAlert.key)
219 logicalSummary,
224 isAlerting = mHeadsUpManager.isAlerting(logicalSummary.key),
225 isBinding = isEntryBinding(logicalSummary),
[all …]