Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java420 public ExpandableNotificationRow getGroupSummary(StatusBarNotification sbn) { in getGroupSummary() method in NotificationGroupManager
421 return getGroupSummary(getGroupKey(sbn)); in getGroupSummary()
431 return getGroupSummary(sbn.getGroupKey()); in getLogicalGroupSummary()
435 private ExpandableNotificationRow getGroupSummary(String groupKey) { in getGroupSummary() method in NotificationGroupManager
DHeadsUpManagerPhone.java292 = mGroupManager.getGroupSummary(topEntry.getStatusBarNotification()); in onComputeInternalInsets()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java109 when(mGroupManager.getGroupSummary(entry1.notification)).thenReturn(entry0.row); in testNotificationsBecomingBundled()
110 when(mGroupManager.getGroupSummary(entry2.notification)).thenReturn(entry0.row); in testNotificationsBecomingBundled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java114 ExpandableNotificationRow summary = mGroupManager.getGroupSummary( in updateNotificationViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1000 = mGroupManager.getGroupSummary(row.getStatusBarNotification());
1304 && mGroupManager.getGroupSummary(
2895 mGroupManager.getGroupSummary(row.getStatusBarNotification());