Searched refs:getGroupSummary (Results 1 – 9 of 9) 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
71 return mExpandedGroups.contains(mGroupMembershipManager.getGroupSummary(entry)); in isGroupExpanded()76 final NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded()
116 assertEquals(summaryEntry, mGroupManager.getGroupSummary(childEntry)); in testIsSummaryOfGroupWithChildren()142 assertNull(mGroupManager.getGroupSummary(childEntry)); in testRemoveSummaryFromGroupWithSummary()159 assertEquals(childEntry, mGroupManager.getGroupSummary(childEntry)); in testHeadsUpEntryIsIsolated()215 assertEquals(priorityEntry, mGroupManager.getGroupSummary(priorityEntry)); in helpTestAlertOverrideWithSiblings()219 assertEquals(summaryEntry, mGroupManager.getGroupSummary(siblings[i])); in helpTestAlertOverrideWithSiblings()
143 when(mGroupManager.getGroupSummary(entry1)).thenReturn(entry0); in testNotificationsBecomingBundled()144 when(mGroupManager.getGroupSummary(entry2)).thenReturn(entry0); in testNotificationsBecomingBundled()
630 public NotificationEntry getGroupSummary(NotificationEntry entry) { in getGroupSummary() method in NotificationGroupManagerLegacy631 return getGroupSummary(getGroupKey(entry.getSbn())); in getGroupSummary()636 return getGroupSummary(entry.getSbn().getGroupKey()); in getLogicalGroupSummary()640 private NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() method in NotificationGroupManagerLegacy
170 mGroupMembershipManager.getGroupSummary(topEntry); in getTouchableRegion()
193 NotificationEntry parent = mGroupManager.getGroupSummary(ent); in updateNotificationViews()
1443 mGroupMembershipManager.getGroupSummary(row.getEntry());1584 && mGroupMembershipManager.getGroupSummary(mTopHeadsUpEntry) != entry) {2770 mGroupMembershipManager.getGroupSummary(row.getEntry()); in isChildInInvisibleGroup()