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.java322 NotificationEntry logicalGroupSummary = getLogicalGroupSummary(sbn); in isOnlyChildInGroup() local
323 return logicalGroupSummary != null in isOnlyChildInGroup()
324 && !logicalGroupSummary.getSbn().equals(sbn); in isOnlyChildInGroup()