Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationViewAdapter.java457 notificationGroupList.add(0, createNotificationHeader()); in setNotifications()
459 notificationGroupList.add(createNotificationFooter()); in setNotifications()
470 mNotifications = notificationGroupList; in setNotifications()
486 List<NotificationGroup> notificationGroupList; in setSeenAndUnseenNotifications() local
490 notificationGroupList = new ArrayList<>(); in setSeenAndUnseenNotifications()
494 notificationGroupList = new ArrayList<>(unseenNotifications); in setSeenAndUnseenNotifications()
508 notificationGroupList.add(createOlderHeader()); in setSeenAndUnseenNotifications()
510 notificationGroupList.addAll(seenNotifications); in setSeenAndUnseenNotifications()
515 notificationGroupList.add(0, createNotificationHeader()); in setSeenAndUnseenNotifications()
517 notificationGroupList.add(createNotificationFooter()); in setSeenAndUnseenNotifications()
[all …]