Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationView.java313 List<View> dismissibleNotificationViews = getNotificationViews(dismissibleNotifications); in startClearAllNotifications()
349 private List<View> getNotificationViews(List<NotificationGroup> notifications) { in getNotificationViews() method in CarNotificationView