Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java32 NotificationViewType.MESSAGE_IN_GROUP,
59 int MESSAGE_IN_GROUP = 9; field
DCarNotificationViewAdapter.java149 case NotificationViewType.MESSAGE_IN_GROUP: in onCreateViewHolder()
239 case NotificationViewType.MESSAGE_IN_GROUP: { in onBindViewHolder()
338 ? NotificationViewType.MESSAGE_IN_GROUP : NotificationViewType.MESSAGE; in getItemViewType()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java188 NotificationViewType.MESSAGE_IN_GROUP); in onCreateViewHolder_shouldReturnObjectOfMessageNotificationViewHolder()
384 NotificationViewType.MESSAGE_IN_GROUP); in onBindViewHolder_messageInGroup_shouldNotThrowError()
403 NotificationViewType.MESSAGE_IN_GROUP); in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError()
619 assertThat(itemViewType).isEqualTo(NotificationViewType.MESSAGE_IN_GROUP); in getItemViewType_shouldReturnMessageInGroup()