Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationView.java318 List<View> notificationViewsSorted = new ArrayList<>(notificationViews.values()); in getNotificationViews() local
320 return notificationViewsSorted; in getNotificationViews()