Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationTypeItem.java83 for (CarNotificationTypeItem carNotificationTypeItem : values()) {
85 carNotificationTypeItem.getNotificationType(), carNotificationTypeItem); in carNotificationTypeItem.getNotificationType()
DCarNotificationViewAdapter.java152 CarNotificationTypeItem carNotificationTypeItem = CarNotificationTypeItem.of( in onCreateViewHolderImpl() local
155 carNotificationTypeItem.getNotificationCenterTemplate(), parent, false); in onCreateViewHolderImpl()
156 viewHolder = carNotificationTypeItem.getViewHolder(view, mClickHandlerFactory); in onCreateViewHolderImpl()
194 CarNotificationTypeItem carNotificationTypeItem = CarNotificationTypeItem.of(viewType); in onBindViewHolderImpl() local
202 carNotificationTypeItem.bind(alertEntry, false, (CarNotificationBaseViewHolder) holder, in onBindViewHolderImpl()