Home
last modified time | relevance | path

Searched refs:unseenNotifications (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java450 List<NotificationGroup> unseenNotifications = new ArrayList<>(); in setNotifications() local
455 unseenNotifications.add(new NotificationGroup(notificationGroup)); in setNotifications()
458 setSeenAndUnseenNotifications(unseenNotifications, seenNotifications, in setNotifications()
490 private void setSeenAndUnseenNotifications(List<NotificationGroup> unseenNotifications, in setSeenAndUnseenNotifications() argument
495 Log.d(TAG, "Unseen notifications: " + unseenNotifications); in setSeenAndUnseenNotifications()
499 if (unseenNotifications.isEmpty()) { in setSeenAndUnseenNotifications()
506 notificationGroupList = new ArrayList<>(unseenNotifications); in setSeenAndUnseenNotifications()