Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java341 ExpandableNotificationRow logicalGroupSummary = getLogicalGroupSummary(sbn); in isOnlyChildInGroup() local
342 return logicalGroupSummary != null in isOnlyChildInGroup()
343 && !logicalGroupSummary.getStatusBarNotification().equals(sbn); in isOnlyChildInGroup()