Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationTypeItemTest.java37 import com.android.car.notification.template.MessageNotificationViewHolder;
82 R.layout.message_notification_template, MessageNotificationViewHolder.class); in messageNotificationType_shouldHaveCorrectValues()
93 MessageNotificationViewHolder.class); in messageInGroupNotificationType_shouldHaveCorrectValues()
H A DCarNotificationViewAdapterTest.java49 import com.android.car.notification.template.MessageNotificationViewHolder;
217 assertThat(vh.getClass()).isEqualTo(MessageNotificationViewHolder.class); in onCreateViewHolder_shouldReturnObjectOfMessageNotificationViewHolder()
228 assertThat(vh.getClass()).isEqualTo(MessageNotificationViewHolder.class); in onCreateViewHolder_message_shouldReturnObjectOfMessageNotificationViewHolder()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationTypeItem.java28 import com.android.car.notification.template.MessageNotificationViewHolder;
136 return new MessageNotificationViewHolder(view, clickHandlerFactory); in getViewHolder()
H A DCarHeadsUpNotificationManager.java47 import com.android.car.notification.template.MessageNotificationViewHolder;
359 ((MessageNotificationViewHolder) currentNotification.getViewHolder()) in showHeadsUp()
H A DCarNotificationViewAdapter.java41 import com.android.car.notification.template.MessageNotificationViewHolder;
194 ((MessageNotificationViewHolder) holder) in onBindViewHolderImpl()
H A DPreprocessingManager.java37 import com.android.car.notification.template.MessageNotificationViewHolder;
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DMessageNotificationViewHolder.java46 public class MessageNotificationViewHolder extends CarNotificationBaseViewHolder { class
68 public MessageNotificationViewHolder( in MessageNotificationViewHolder() method in MessageNotificationViewHolder