Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationViewType.java36 NotificationViewType.CAR_WARNING,
67 int CAR_WARNING = 13; field
H A DCarNotificationTypeItem.java47 R.layout.car_warning_notification_template, NotificationViewType.CAR_WARNING, false),
150 case NotificationViewType.CAR_WARNING: in getViewHolder()
H A DCarNotificationViewAdapter.java249 return NotificationViewType.CAR_WARNING; in getItemViewTypeImpl()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationTypeItemTest.java196 NotificationViewType.CAR_WARNING); in carWarningNotificationType_shouldHaveCorrectValues()
198 NotificationViewType.CAR_WARNING); in carWarningNotificationType_shouldHaveCorrectValues()
H A DCarNotificationViewAdapterTest.java149 NotificationViewType.CAR_WARNING); in onCreateViewHolder_carWarningType_shouldReturnObjectOfBasicNotificationViewHolder()
313 NotificationViewType.CAR_WARNING); in onBindViewHolder_carWarning_shouldNotThrowError()
652 assertThat(itemViewType).isEqualTo(NotificationViewType.CAR_WARNING); in getItemViewType_shouldReturnCarWarning()