Home
last modified time | relevance | path

Searched refs:getGroupSummary (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerTest.java106 assertEquals(summaryEntry, mGroupManager.getGroupSummary(childEntry.getSbn())); in testIsSummaryOfGroupWithChildren()
132 assertNull(mGroupManager.getGroupSummary(childEntry.getSbn())); in testRemoveSummaryFromGroupWithSummary()
149 assertEquals(childEntry, mGroupManager.getGroupSummary(childEntry.getSbn())); in testHeadsUpEntryIsIsolated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java398 public NotificationEntry getGroupSummary(StatusBarNotification sbn) { in getGroupSummary() method in NotificationGroupManager
399 return getGroupSummary(getGroupKey(sbn)); in getGroupSummary()
408 return getGroupSummary(sbn.getGroupKey()); in getLogicalGroupSummary()
412 private NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() method in NotificationGroupManager
DHeadsUpManagerPhone.java168 mGroupManager.getGroupSummary(topEntry.getSbn()); in getTouchableRegion()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java144 when(mGroupManager.getGroupSummary(entry1.getSbn())).thenReturn(entry0); in testNotificationsBecomingBundled()
145 when(mGroupManager.getGroupSummary(entry2.getSbn())).thenReturn(entry0); in testNotificationsBecomingBundled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java192 NotificationEntry parent = mGroupManager.getGroupSummary(ent.getSbn()); in updateNotificationViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1534 mGroupManager.getGroupSummary(row.getEntry().getSbn());
1711 && mGroupManager.getGroupSummary(
3189 mGroupManager.getGroupSummary(row.getEntry().getSbn());