Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java33 NotificationViewType.INBOX_IN_GROUP,
61 int INBOX_IN_GROUP = 10; field
DCarNotificationTypeItem.java59 INBOX_IN_GROUP(-1, R.layout.inbox_notification_template_inner, enumConstant
60 NotificationViewType.INBOX_IN_GROUP, true),
136 case NotificationViewType.INBOX_IN_GROUP: in getViewHolder()
DCarNotificationViewAdapter.java283 ? NotificationViewType.INBOX_IN_GROUP : NotificationViewType.INBOX; in getItemViewTypeImpl()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationTypeItemTest.java109 NotificationViewType.INBOX_IN_GROUP); in inboxInGroupNotificationType_shouldHaveCorrectValues()
111 NotificationViewType.INBOX_IN_GROUP); in inboxInGroupNotificationType_shouldHaveCorrectValues()
DCarNotificationViewAdapterTest.java249 NotificationViewType.INBOX_IN_GROUP); in onCreateViewHolder_inboxInGroupType_shouldReturnObjectOfInboxNotificationViewHolder()
469 NotificationViewType.INBOX_IN_GROUP); in onBindViewHolder_inboxInGroup_shouldNotThrowError()