Searched refs:childNotifications (Results 1 – 2 of 2) sorted by relevance
505 List<AlertEntry> childNotifications = group.getChildNotifications(); in onGroup_groupsNotificationsBySeenUnseen() local506 for (int i = 0; i < childNotifications.size(); i++) { in onGroup_groupsNotificationsBySeenUnseen()508 actualResultSeen.add(childNotifications.get(i).getKey()); in onGroup_groupsNotificationsBySeenUnseen()510 actualResultUnseen.add(childNotifications.get(i).getKey()); in onGroup_groupsNotificationsBySeenUnseen()
8727 Set<String> childNotifications = null;8751 if (childNotifications == null) {8752 childNotifications = new HashSet<>();8754 childNotifications.add(r.getKey());8762 if (childNotifications != null) {8766 if (childNotifications.contains(r.getKey())) {