Home
last modified time | relevance | path

Searched refs:getLogicalGroupSummary (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java224 ExpandableNotificationRow logicalGroupSummary = getLogicalGroupSummary(sbn); in isOnlyChildInGroup()
312 public ExpandableNotificationRow getLogicalGroupSummary( in getLogicalGroupSummary() method in NotificationGroupManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1923 StatusBarNotification summarySbn = mGroupManager.getLogicalGroupSummary(sbn)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java839 groupManager.getLogicalGroupSummary(row.getStatusBarNotification()); in performDismiss()