Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManager.java42 NotificationEntry getGroupSummary(@NonNull NotificationEntry entry); in getGroupSummary() method
53 return getGroupSummary(entry); in getLogicalGroupSummary()
DGroupExpansionManagerImpl.java99 return mExpandedGroups.contains(mGroupMembershipManager.getGroupSummary(entry)); in isGroupExpanded()
104 NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded()
DGroupMembershipManagerImpl.java54 public NotificationEntry getGroupSummary(@NonNull NotificationEntry entry) { in getGroupSummary() method in GroupMembershipManagerImpl
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManagerTest.kt95 assertThat(underTest.getGroupSummary(entry)).isNull() in getGroupSummary_topLevelEntry()
108 assertThat(underTest.getGroupSummary(summary)).isEqualTo(summary) in getGroupSummary_summary()
122 assertThat(underTest.getGroupSummary(entry)).isEqualTo(summary) in getGroupSummary_child()
DGroupExpansionManagerTest.kt87 whenever(groupMembershipManager.getGroupSummary(summary1)).thenReturn(summary1) in <lambda>()
88 whenever(groupMembershipManager.getGroupSummary(summary2)).thenReturn(summary2) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java592 public NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() method in NotifCollection
1099 NotificationEntry summary = getGroupSummary(group); in fetchSummaryToDismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java218 mGroupMembershipManager.getGroupSummary(topEntry); in getTouchableRegion()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java197 assertEquals(null, mCollection.getGroupSummary(groupKey)); in testGetGroupSummary()
200 final NotificationEntry entry = mCollection.getGroupSummary(groupKey); in testGetGroupSummary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1694 mGroupMembershipManager.getGroupSummary(row.getEntry());
1872 && mGroupMembershipManager.getGroupSummary(mTopHeadsUpRow.getEntry())