Home
last modified time | relevance | path

Searched refs:CAR_INFORMATION_IN_GROUP (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java44 NotificationViewType.CAR_INFORMATION_IN_GROUP,
76 int CAR_INFORMATION_IN_GROUP = 21; field
DCarNotificationViewAdapter.java142 case NotificationViewType.CAR_INFORMATION_IN_GROUP: in onCreateViewHolder()
275 case NotificationViewType.CAR_INFORMATION_IN_GROUP: in onBindViewHolder()
334 ? NotificationViewType.CAR_INFORMATION_IN_GROUP in getItemViewType()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java179 NotificationViewType.CAR_INFORMATION_IN_GROUP); in onCreateViewHolder_carInfoInGroup_shouldReturnObjectOfBasicNotificationViewHolder()
603 assertThat(itemViewType).isEqualTo(NotificationViewType.CAR_INFORMATION_IN_GROUP); in getItemViewType_shouldReturnCarInformationInGroup()