Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java37 NotificationViewType.CAR_INFORMATION_IN_GROUP,
68 int CAR_INFORMATION_IN_GROUP = 14; field
DCarNotificationTypeItem.java52 NotificationViewType.CAR_INFORMATION_IN_GROUP, true),
149 case NotificationViewType.CAR_INFORMATION_IN_GROUP: in getViewHolder()
DCarNotificationViewAdapter.java254 ? NotificationViewType.CAR_INFORMATION_IN_GROUP in getItemViewTypeImpl()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationTypeItemTest.java207 NotificationViewType.CAR_INFORMATION_IN_GROUP); in carInformationInGroupNotificationType_shouldHaveCorrectValues()
209 NotificationViewType.CAR_INFORMATION_IN_GROUP); in carInformationInGroupNotificationType_shouldHaveCorrectValues()
DCarNotificationViewAdapterTest.java194 NotificationViewType.CAR_INFORMATION_IN_GROUP); in onCreateViewHolder_carInfoInGroup_shouldReturnObjectOfBasicNotificationViewHolder()
624 assertThat(itemViewType).isEqualTo(NotificationViewType.CAR_INFORMATION_IN_GROUP); in getItemViewType_shouldReturnCarInformationInGroup()