Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java449 List<NotificationGroup> seenNotifications = new ArrayList<>(); in setNotifications() local
453 seenNotifications.add(new NotificationGroup(notificationGroup)); in setNotifications()
458 setSeenAndUnseenNotifications(unseenNotifications, seenNotifications, in setNotifications()
491 List<NotificationGroup> seenNotifications, in setSeenAndUnseenNotifications() argument
494 Log.d(TAG, "Seen notifications: " + seenNotifications); in setSeenAndUnseenNotifications()
513 if (seenNotifications.isEmpty()) { in setSeenAndUnseenNotifications()
522 notificationGroupList.addAll(seenNotifications); in setSeenAndUnseenNotifications()