Searched refs:InboxNotificationViewHolder (Results 1 – 4 of 4) sorted by relevance
30 public class InboxNotificationViewHolder extends CarNotificationBaseViewHolder { class36 public InboxNotificationViewHolder( in InboxNotificationViewHolder() method in InboxNotificationViewHolder
36 import com.android.car.notification.template.InboxNotificationViewHolder;103 R.layout.inbox_notification_template, InboxNotificationViewHolder.class); in inboxNotificationType_shouldHaveCorrectValues()114 InboxNotificationViewHolder.class); in inboxInGroupNotificationType_shouldHaveCorrectValues()
48 import com.android.car.notification.template.InboxNotificationViewHolder;261 assertThat(vh.getClass()).isEqualTo(InboxNotificationViewHolder.class); in onCreateViewHolder_inboxInGroupType_shouldReturnObjectOfInboxNotificationViewHolder()272 assertThat(vh.getClass()).isEqualTo(InboxNotificationViewHolder.class); in onCreateViewHolder_inbox_shouldReturnObjectOfInboxNotificationViewHolder()
27 import com.android.car.notification.template.InboxNotificationViewHolder;139 return new InboxNotificationViewHolder(view, clickHandlerFactory); in getViewHolder()