Searched refs:getGroupSummary (Results 1 – 9 of 9) sorted by relevance
42 NotificationEntry getGroupSummary(@NonNull NotificationEntry entry); in getGroupSummary() method53 return getGroupSummary(entry); in getLogicalGroupSummary()
99 return mExpandedGroups.contains(mGroupMembershipManager.getGroupSummary(entry)); in isGroupExpanded()104 NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded()
54 public NotificationEntry getGroupSummary(@NonNull NotificationEntry entry) { in getGroupSummary() method in GroupMembershipManagerImpl
95 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()
87 whenever(groupMembershipManager.getGroupSummary(summary1)).thenReturn(summary1) in <lambda>()88 whenever(groupMembershipManager.getGroupSummary(summary2)).thenReturn(summary2) in <lambda>()
592 public NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() method in NotifCollection1099 NotificationEntry summary = getGroupSummary(group); in fetchSummaryToDismiss()
218 mGroupMembershipManager.getGroupSummary(topEntry); in getTouchableRegion()
197 assertEquals(null, mCollection.getGroupSummary(groupKey)); in testGetGroupSummary()200 final NotificationEntry entry = mCollection.getGroupSummary(groupKey); in testGetGroupSummary()
1694 mGroupMembershipManager.getGroupSummary(row.getEntry());1872 && mGroupMembershipManager.getGroupSummary(mTopHeadsUpRow.getEntry())