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