Searched refs:seenNotifications (Results 1 – 1 of 1) sorted by relevance
449 List<NotificationGroup> seenNotifications = new ArrayList<>(); in setNotifications() local453 seenNotifications.add(new NotificationGroup(notificationGroup)); in setNotifications()458 setSeenAndUnseenNotifications(unseenNotifications, seenNotifications, in setNotifications()491 List<NotificationGroup> seenNotifications, in setSeenAndUnseenNotifications() argument494 Log.d(TAG, "Seen notifications: " + seenNotifications); in setSeenAndUnseenNotifications()513 if (seenNotifications.isEmpty()) { in setSeenAndUnseenNotifications()522 notificationGroupList.addAll(seenNotifications); in setSeenAndUnseenNotifications()