Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java29 NotificationViewType.MESSAGE_IN_GROUP,
55 int MESSAGE_IN_GROUP = 6; field
DCarNotificationTypeItem.java55 MESSAGE_IN_GROUP(-1, R.layout.message_notification_template_inner, enumConstant
56 NotificationViewType.MESSAGE_IN_GROUP, true),
133 case NotificationViewType.MESSAGE_IN_GROUP: in getViewHolder()
DCarNotificationViewAdapter.java198 || viewType == NotificationViewType.MESSAGE_IN_GROUP)) { in onBindViewHolderImpl()
258 ? NotificationViewType.MESSAGE_IN_GROUP : NotificationViewType.MESSAGE; in getItemViewTypeImpl()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationTypeItemTest.java88 NotificationViewType.MESSAGE_IN_GROUP); in messageInGroupNotificationType_shouldHaveCorrectValues()
90 NotificationViewType.MESSAGE_IN_GROUP); in messageInGroupNotificationType_shouldHaveCorrectValues()
DCarNotificationViewAdapterTest.java205 NotificationViewType.MESSAGE_IN_GROUP); in onCreateViewHolder_shouldReturnObjectOfMessageNotificationViewHolder()
390 NotificationViewType.MESSAGE_IN_GROUP); in onBindViewHolder_messageInGroup_shouldNotThrowError()
409 NotificationViewType.MESSAGE_IN_GROUP); in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError()
640 assertThat(itemViewType).isEqualTo(NotificationViewType.MESSAGE_IN_GROUP); in getItemViewType_shouldReturnMessageInGroup()