Searched refs:MessageNotificationViewHolder (Results 1 – 7 of 7) sorted by relevance
37 import com.android.car.notification.template.MessageNotificationViewHolder;82 R.layout.message_notification_template, MessageNotificationViewHolder.class); in messageNotificationType_shouldHaveCorrectValues()93 MessageNotificationViewHolder.class); in messageInGroupNotificationType_shouldHaveCorrectValues()
49 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()
28 import com.android.car.notification.template.MessageNotificationViewHolder;136 return new MessageNotificationViewHolder(view, clickHandlerFactory); in getViewHolder()
47 import com.android.car.notification.template.MessageNotificationViewHolder;359 ((MessageNotificationViewHolder) currentNotification.getViewHolder()) in showHeadsUp()
41 import com.android.car.notification.template.MessageNotificationViewHolder;194 ((MessageNotificationViewHolder) holder) in onBindViewHolderImpl()
37 import com.android.car.notification.template.MessageNotificationViewHolder;
46 public class MessageNotificationViewHolder extends CarNotificationBaseViewHolder { class68 public MessageNotificationViewHolder( in MessageNotificationViewHolder() method in MessageNotificationViewHolder