Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java35 NotificationViewType.CAR_WARNING,
65 int CAR_WARNING = 12; field
DCarNotificationTypeItem.java47 R.layout.car_warning_notification_template, NotificationViewType.CAR_WARNING, false),
147 case NotificationViewType.CAR_WARNING: in getViewHolder()
DCarNotificationViewAdapter.java251 return NotificationViewType.CAR_WARNING; in getItemViewTypeImpl()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationTypeItemTest.java185 NotificationViewType.CAR_WARNING); in carWarningNotificationType_shouldHaveCorrectValues()
187 NotificationViewType.CAR_WARNING); in carWarningNotificationType_shouldHaveCorrectValues()
DCarNotificationViewAdapterTest.java150 NotificationViewType.CAR_WARNING); in onCreateViewHolder_carWarningType_shouldReturnObjectOfBasicNotificationViewHolder()
303 NotificationViewType.CAR_WARNING); in onBindViewHolder_carWarning_shouldNotThrowError()
592 assertThat(itemViewType).isEqualTo(NotificationViewType.CAR_WARNING); in getItemViewType_shouldReturnCarWarning()