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.java103 assertEquals(summaryEntry, mGroupManager.getGroupSummary(childEntry.notification)); in testIsSummaryOfGroupWithChildren()
129 assertNull(mGroupManager.getGroupSummary(childEntry.notification)); in testRemoveSummaryFromGroupWithSummary()
146 assertEquals(childEntry, mGroupManager.getGroupSummary(childEntry.notification)); in testHeadsUpEntryIsIsolated()
163 assertEquals(childEntry, mGroupManager.getGroupSummary(childEntry.notification)); in testAmbientPulseEntryIsIsolated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java346 public NotificationEntry getGroupSummary(StatusBarNotification sbn) { in getGroupSummary() method in NotificationGroupManager
347 return getGroupSummary(getGroupKey(sbn)); in getGroupSummary()
356 return getGroupSummary(sbn.getGroupKey()); in getLogicalGroupSummary()
360 private NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() method in NotificationGroupManager
DHeadsUpManagerPhone.java315 mGroupManager.getGroupSummary(topEntry.notification); in calculateTouchableRegion()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java143 when(mGroupManager.getGroupSummary(entry1.notification)).thenReturn(entry0); in testNotificationsBecomingBundled()
144 when(mGroupManager.getGroupSummary(entry2.notification)).thenReturn(entry0); in testNotificationsBecomingBundled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java174 NotificationEntry summary = mGroupManager.getGroupSummary(ent.notification); in updateNotificationViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1410 = mGroupManager.getGroupSummary(row.getStatusBarNotification());
1587 && mGroupManager.getGroupSummary(
3010 mGroupManager.getGroupSummary(row.getStatusBarNotification());