Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java37 NotificationViewType.INBOX_IN_GROUP,
66 int INBOX_IN_GROUP = 14; field
DCarNotificationViewAdapter.java168 case NotificationViewType.INBOX_IN_GROUP: in onCreateViewHolder()
269 case NotificationViewType.INBOX_IN_GROUP: { in onBindViewHolder()
363 ? NotificationViewType.INBOX_IN_GROUP : NotificationViewType.INBOX; in getItemViewType()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java224 NotificationViewType.INBOX_IN_GROUP); in onCreateViewHolder_inboxInGroupType_shouldReturnObjectOfInboxNotificationViewHolder()
463 NotificationViewType.INBOX_IN_GROUP); in onBindViewHolder_inboxInGroup_shouldNotThrowError()