Searched refs:unseenNotifications (Results 1 – 1 of 1) sorted by relevance
440 List<NotificationGroup> unseenNotifications = new ArrayList<>(); in setNotifications() local445 unseenNotifications.add(notificationGroup); in setNotifications()448 setSeenAndUnseenNotifications(unseenNotifications, seenNotifications, in setNotifications()478 private void setSeenAndUnseenNotifications(List<NotificationGroup> unseenNotifications, in setSeenAndUnseenNotifications() argument483 Log.d(TAG, "Unseen notifications: " + unseenNotifications); in setSeenAndUnseenNotifications()487 if (unseenNotifications.isEmpty()) { in setSeenAndUnseenNotifications()494 notificationGroupList = new ArrayList<>(unseenNotifications); in setSeenAndUnseenNotifications()