Searched refs:childNotifications (Results 1 – 1 of 1) sorted by relevance
508 List<AlertEntry> childNotifications = group.getChildNotifications(); in onGroup_groupsNotificationsBySeenUnseen() local509 for (int i = 0; i < childNotifications.size(); i++) { in onGroup_groupsNotificationsBySeenUnseen()511 actualResultSeen.add(childNotifications.get(i).getKey()); in onGroup_groupsNotificationsBySeenUnseen()513 actualResultUnseen.add(childNotifications.get(i).getKey()); in onGroup_groupsNotificationsBySeenUnseen()