Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationFooterViewHolder.java46 CarNotificationItemController notificationItemController, in CarNotificationFooterViewHolder() argument
50 if (notificationItemController == null) { in CarNotificationFooterViewHolder()
60 mNotificationItemController = notificationItemController; in CarNotificationFooterViewHolder()
H A DCarNotificationHeaderViewHolder.java50 CarNotificationItemController notificationItemController, in CarNotificationHeaderViewHolder() argument
54 if (notificationItemController == null) { in CarNotificationHeaderViewHolder()
65 mNotificationItemController = notificationItemController; in CarNotificationHeaderViewHolder()
H A DCarNotificationRecentsViewHolder.java42 @NonNull CarNotificationItemController notificationItemController) { in CarNotificationRecentsViewHolder() argument
48 mNotificationItemController = notificationItemController; in CarNotificationRecentsViewHolder()
H A DCarNotificationOlderViewHolder.java43 @NonNull CarNotificationItemController notificationItemController) { in CarNotificationOlderViewHolder() argument
49 mNotificationItemController = notificationItemController; in CarNotificationOlderViewHolder()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationViewAdapter.java90 @Nullable CarNotificationItemController notificationItemController) { in CarNotificationViewAdapter() argument
98 mNotificationItemController = notificationItemController; in CarNotificationViewAdapter()