Searched refs:getGroupSummary (Results 1 – 8 of 8) sorted by relevance
40 NotificationEntry getGroupSummary(NotificationEntry entry); in getGroupSummary() method50 return getGroupSummary(entry); in getLogicalGroupSummary()
36 return getGroupSummary(entry) == entry; in isGroupSummary()40 public NotificationEntry getGroupSummary(NotificationEntry entry) { in getGroupSummary() method in GroupMembershipManagerImpl
91 return mExpandedGroups.contains(mGroupMembershipManager.getGroupSummary(entry)); in isGroupExpanded()96 final NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded()
44 whenever(groupMembershipManager.getGroupSummary(entry1)).thenReturn(entry1)45 whenever(groupMembershipManager.getGroupSummary(entry2)).thenReturn(entry2)
176 mGroupMembershipManager.getGroupSummary(topEntry); in getTouchableRegion()
592 public NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() method in NotifCollection1099 NotificationEntry summary = getGroupSummary(group); in fetchSummaryToDismiss()
197 assertEquals(null, mCollection.getGroupSummary(groupKey)); in testGetGroupSummary()200 final NotificationEntry entry = mCollection.getGroupSummary(groupKey); in testGetGroupSummary()
1603 mGroupMembershipManager.getGroupSummary(row.getEntry());1747 && mGroupMembershipManager.getGroupSummary(mTopHeadsUpEntry) != entry) {