Home
last modified time | relevance | path

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

/aosp14/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.java91 return mExpandedGroups.contains(mGroupMembershipManager.getGroupSummary(entry)); in isGroupExpanded()
96 final NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupExpansionManagerTest.kt44 whenever(groupMembershipManager.getGroupSummary(entry1)).thenReturn(entry1)
45 whenever(groupMembershipManager.getGroupSummary(entry2)).thenReturn(entry2)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhone.java176 mGroupMembershipManager.getGroupSummary(topEntry); in getTouchableRegion()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java592 public NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() method in NotifCollection
1099 NotificationEntry summary = getGroupSummary(group); in fetchSummaryToDismiss()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java197 assertEquals(null, mCollection.getGroupSummary(groupKey)); in testGetGroupSummary()
200 final NotificationEntry entry = mCollection.getGroupSummary(groupKey); in testGetGroupSummary()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java1603 mGroupMembershipManager.getGroupSummary(row.getEntry());
1747 && mGroupMembershipManager.getGroupSummary(mTopHeadsUpEntry) != entry) {