Home
last modified time | relevance | path

Searched refs:InboxNotificationViewHolder (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DInboxNotificationViewHolder.java30 public class InboxNotificationViewHolder extends CarNotificationBaseViewHolder { class
36 public InboxNotificationViewHolder( in InboxNotificationViewHolder() method in InboxNotificationViewHolder
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationTypeItemTest.java36 import com.android.car.notification.template.InboxNotificationViewHolder;
103 R.layout.inbox_notification_template, InboxNotificationViewHolder.class); in inboxNotificationType_shouldHaveCorrectValues()
114 InboxNotificationViewHolder.class); in inboxInGroupNotificationType_shouldHaveCorrectValues()
H A DCarNotificationViewAdapterTest.java48 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()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationTypeItem.java27 import com.android.car.notification.template.InboxNotificationViewHolder;
139 return new InboxNotificationViewHolder(view, clickHandlerFactory); in getViewHolder()