Searched refs:unseenNotifications (Results 1 – 1 of 1) sorted by relevance
450 List<NotificationGroup> unseenNotifications = new ArrayList<>(); in setNotifications() local455 unseenNotifications.add(new NotificationGroup(notificationGroup)); in setNotifications()458 setSeenAndUnseenNotifications(unseenNotifications, seenNotifications, in setNotifications()490 private void setSeenAndUnseenNotifications(List<NotificationGroup> unseenNotifications, in setSeenAndUnseenNotifications() argument495 Log.d(TAG, "Unseen notifications: " + unseenNotifications); in setSeenAndUnseenNotifications()499 if (unseenNotifications.isEmpty()) { in setSeenAndUnseenNotifications()506 notificationGroupList = new ArrayList<>(unseenNotifications); in setSeenAndUnseenNotifications()