Searched refs:getGroupSummary (Results 1 – 9 of 9) sorted by relevance
118 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()
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
71 return mExpandedGroups.contains(mGroupMembershipManager.getGroupSummary(entry)); in isGroupExpanded()76 final NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded()
640 public NotificationEntry getGroupSummary(NotificationEntry entry) { in getGroupSummary() method in NotificationGroupManagerLegacy641 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
149 when(mGroupManager.getGroupSummary(entry1)).thenReturn(entry0); in testNotificationsBecomingBundled()150 when(mGroupManager.getGroupSummary(entry2)).thenReturn(entry0); in testNotificationsBecomingBundled()
170 mGroupMembershipManager.getGroupSummary(topEntry); in getTouchableRegion()
203 NotificationEntry parent = mGroupManager.getGroupSummary(ent); in updateNotificationViews()
1472 mGroupMembershipManager.getGroupSummary(row.getEntry());1613 && mGroupMembershipManager.getGroupSummary(mTopHeadsUpEntry) != entry) {2803 mGroupMembershipManager.getGroupSummary(row.getEntry()); in isChildInInvisibleGroup()