Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java25 NotificationViewType.GROUP_EXPANDED,
50 int GROUP_EXPANDED = 2; field
DCarNotificationViewAdapter.java107 case NotificationViewType.GROUP_EXPANDED: in onCreateViewHolder()
204 case NotificationViewType.GROUP_EXPANDED: in onBindViewHolder()
308 return NotificationViewType.GROUP_EXPANDED; in getItemViewType()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java143 NotificationViewType.GROUP_EXPANDED); in onCreateViewHolder_groupExpandedType_shouldReturnObjectOfGroupNotificationViewHolder()
320 NotificationViewType.GROUP_EXPANDED); in onBindViewHolder_groupExpanded_shouldNotThrowError()
539 assertThat(itemViewType).isEqualTo(NotificationViewType.GROUP_EXPANDED); in getItemViewType_shouldReturnGroupExpanded()