Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java532 List<NotificationEntry> childEntries = entry.getAttachedNotifChildren(); in handleGroupSummaryRemoved() local
533 if (childEntries == null) { in handleGroupSummaryRemoved()
536 for (int i = 0; i < childEntries.size(); i++) { in handleGroupSummaryRemoved()
537 NotificationEntry childEntry = childEntries.get(i); in handleGroupSummaryRemoved()