Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java480 List<NotificationGroup> notificationGroupList = new ArrayList<>(notifications); in setNotifications() local
484 notificationGroupList.add(0, createNotificationHeader()); in setNotifications()
486 notificationGroupList.add(createNotificationFooter()); in setNotifications()
489 mNotifications = notificationGroupList; in setNotifications()