Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerLegacyTest.java160 assertEquals(summaryEntry, mGroupManager.getLogicalGroupSummary(childEntry)); in testHeadsUpEntryIsIsolated()
216 assertEquals(summaryEntry, mGroupManager.getLogicalGroupSummary(priorityEntry)); in helpTestAlertOverrideWithSiblings()
220 assertEquals(summaryEntry, mGroupManager.getLogicalGroupSummary(siblings[i])); in helpTestAlertOverrideWithSiblings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManager.java49 default NotificationEntry getLogicalGroupSummary(NotificationEntry entry) { in getLogicalGroupSummary() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DOnUserInteractionCallbackImplLegacy.java116 NotificationEntry groupSummary = mGroupMembershipManager.getLogicalGroupSummary(entry); in getGroupSummaryToDismiss()
DNotificationGroupManagerLegacy.java559 NotificationEntry logicalGroupSummary = getLogicalGroupSummary(entry); in isOnlyChildInGroup()
635 public NotificationEntry getLogicalGroupSummary(NotificationEntry entry) { in getLogicalGroupSummary() method in NotificationGroupManagerLegacy
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java468 NotificationEntry summary = mGroupManager.getLogicalGroupSummary(entry); in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java511 NotificationEntry summary = mNotificationGroupManager.getLogicalGroupSummary(entry); in setupNEM()