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.java40 NotificationEntry getGroupSummary(NotificationEntry entry); in getGroupSummary() method
50 return getGroupSummary(entry); in getLogicalGroupSummary()
DGroupMembershipManagerImpl.java36 return getGroupSummary(entry) == entry; in isGroupSummary()
40 public NotificationEntry getGroupSummary(NotificationEntry entry) { in getGroupSummary() method in GroupMembershipManagerImpl
DGroupExpansionManagerImpl.java71 return mExpandedGroups.contains(mGroupMembershipManager.getGroupSummary(entry)); in isGroupExpanded()
76 final NotificationEntry groupSummary = mGroupMembershipManager.getGroupSummary(entry); in setGroupExpanded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerLegacyTest.java116 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java143 when(mGroupManager.getGroupSummary(entry1)).thenReturn(entry0); in testNotificationsBecomingBundled()
144 when(mGroupManager.getGroupSummary(entry2)).thenReturn(entry0); in testNotificationsBecomingBundled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java630 public NotificationEntry getGroupSummary(NotificationEntry entry) { in getGroupSummary() method in NotificationGroupManagerLegacy
631 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java170 mGroupMembershipManager.getGroupSummary(topEntry); in getTouchableRegion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java193 NotificationEntry parent = mGroupManager.getGroupSummary(ent); in updateNotificationViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1443 mGroupMembershipManager.getGroupSummary(row.getEntry());
1584 && mGroupMembershipManager.getGroupSummary(mTopHeadsUpEntry) != entry) {
2770 mGroupMembershipManager.getGroupSummary(row.getEntry()); in isChildInInvisibleGroup()