HomeSort by relevance Sort by last modified time
    Searched refs:getGroupSummary (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java 420 public ExpandableNotificationRow getGroupSummary(StatusBarNotification sbn) {
421 return getGroupSummary(getGroupKey(sbn));
425 * Similar to {@link #getGroupSummary(StatusBarNotification)} but doesn't get the visual summary
431 return getGroupSummary(sbn.getGroupKey());
435 private ExpandableNotificationRow getGroupSummary(String groupKey) {
HeadsUpManagerPhone.java 292 = mGroupManager.getGroupSummary(topEntry.getStatusBarNotification());
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationViewHierarchyManagerTest.java 109 when(mGroupManager.getGroupSummary(entry1.notification)).thenReturn(entry0.row);
110 when(mGroupManager.getGroupSummary(entry2.notification)).thenReturn(entry0.row);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationViewHierarchyManager.java 114 ExpandableNotificationRow summary = mGroupManager.getGroupSummary(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 120 milliseconds