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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java 317 public ExpandableNotificationRow getGroupSummary(StatusBarNotification sbn) {
318 return getGroupSummary(getGroupKey(sbn));
322 * Similar to {@link #getGroupSummary(StatusBarNotification)} but doesn't get the visual summary
328 return getGroupSummary(sbn.getGroupKey());
332 private ExpandableNotificationRow getGroupSummary(String groupKey) {
StatusBar.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 413 = mGroupManager.getGroupSummary(topEntry.getStatusBarNotification());
532 = mGroupManager.getGroupSummary(row.getStatusBarNotification());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 112 milliseconds