Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationViewAdapter.java440 List<NotificationGroup> unseenNotifications = new ArrayList<>(); in setNotifications() local
445 unseenNotifications.add(notificationGroup); in setNotifications()
448 setSeenAndUnseenNotifications(unseenNotifications, seenNotifications, in setNotifications()
478 private void setSeenAndUnseenNotifications(List<NotificationGroup> unseenNotifications, in setSeenAndUnseenNotifications() argument
483 Log.d(TAG, "Unseen notifications: " + unseenNotifications); in setSeenAndUnseenNotifications()
487 if (unseenNotifications.isEmpty()) { in setSeenAndUnseenNotifications()
494 notificationGroupList = new ArrayList<>(unseenNotifications); in setSeenAndUnseenNotifications()