Searched defs:getGroupSummary (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java317 public ExpandableNotificationRow getGroupSummary(StatusBarNotification sbn) { method in class:NotificationGroupManager
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) { method in class:NotificationGroupManager

Completed in 38 milliseconds