Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManagerLegacyTest.java118 assertEquals(summaryEntry, mGroupManager.getGroupSummary(childEntry)); in testIsSummaryOfGroupWithChildren()
144 assertNull(mGroupManager.getGroupSummary(childEntry)); in testRemoveSummaryFromGroupWithSummary()
161 assertEquals(childEntry, mGroupManager.getGroupSummary(childEntry)); in testHeadsUpEntryIsIsolated()
273 assertEquals(priorityEntry, mGroupManager.getGroupSummary(priorityEntry)); in helpTestAlertOverride()
277 assertEquals(summaryEntry, mGroupManager.getGroupSummary(siblings[i])); in helpTestAlertOverride()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupMembershipManager.java40 NotificationEntry getGroupSummary(NotificationEntry entry); in getGroupSummary() method
50 return getGroupSummary(entry); in getLogicalGroupSummary()
H A DGroupMembershipManagerImpl.java36 return getGroupSummary(entry) == entry; in isGroupSummary()
40 public NotificationEntry getGroupSummary(NotificationEntry entry) { in getGroupSummary() method in GroupMembershipManagerImpl
H A DGroupExpansionManagerImpl.java71 return mExpandedGroups.contains(mGroupMembershipManager.getGroupSummary(entry)); in isGroupExpanded()
76 final NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java640 public NotificationEntry getGroupSummary(NotificationEntry entry) { in getGroupSummary() method in NotificationGroupManagerLegacy
641 return getGroupSummary(getGroupKey(entry.getSbn())); in getGroupSummary()
646 return getGroupSummary(entry.getSbn().getGroupKey()); in getLogicalGroupSummary()
650 private NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() method in NotificationGroupManagerLegacy
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManagerTest.java149 when(mGroupManager.getGroupSummary(entry1)).thenReturn(entry0); in testNotificationsBecomingBundled()
150 when(mGroupManager.getGroupSummary(entry2)).thenReturn(entry0); in testNotificationsBecomingBundled()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhone.java170 mGroupMembershipManager.getGroupSummary(topEntry); in getTouchableRegion()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java203 NotificationEntry parent = mGroupManager.getGroupSummary(ent); in updateNotificationViews()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java1472 mGroupMembershipManager.getGroupSummary(row.getEntry());
1613 && mGroupMembershipManager.getGroupSummary(mTopHeadsUpEntry) != entry) {
2803 mGroupMembershipManager.getGroupSummary(row.getEntry()); in isChildInInvisibleGroup()