Searched refs:childEntries (Results 1 – 1 of 1) sorted by relevance
358 List<NotificationEntry> childEntries = entry.getChildren(); in handleGroupSummaryRemoved() local359 if (childEntries == null) { in handleGroupSummaryRemoved()362 for (int i = 0; i < childEntries.size(); i++) { in handleGroupSummaryRemoved()363 NotificationEntry childEntry = childEntries.get(i); in handleGroupSummaryRemoved()