Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManagerLegacyTest.java162 assertEquals(summaryEntry, mGroupManager.getLogicalGroupSummary(childEntry)); in testHeadsUpEntryIsIsolated()
274 assertEquals(summaryEntry, mGroupManager.getLogicalGroupSummary(priorityEntry)); in helpTestAlertOverride()
278 assertEquals(summaryEntry, mGroupManager.getLogicalGroupSummary(siblings[i])); in helpTestAlertOverride()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupMembershipManager.java49 default NotificationEntry getLogicalGroupSummary(NotificationEntry entry) { in getLogicalGroupSummary() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DOnUserInteractionCallbackImplLegacy.java116 NotificationEntry groupSummary = mGroupMembershipManager.getLogicalGroupSummary(entry); in getGroupSummaryToDismiss()
H A DNotificationGroupManagerLegacy.java569 NotificationEntry logicalGroupSummary = getLogicalGroupSummary(entry); in isOnlyChildInGroup()
645 public NotificationEntry getLogicalGroupSummary(NotificationEntry entry) { in getLogicalGroupSummary() method in NotificationGroupManagerLegacy
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java482 NotificationEntry summary = mGroupManager.getLogicalGroupSummary(entry); in updateRowStatesInternal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java515 NotificationEntry summary = mNotificationGroupManager.getLogicalGroupSummary(entry); in setupNEM()