Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java24 NotificationViewType.GROUP_COLLAPSED,
49 int GROUP_COLLAPSED = 1; field
DCarNotificationViewAdapter.java104 case NotificationViewType.GROUP_COLLAPSED: in onCreateViewHolder()
204 case NotificationViewType.GROUP_COLLAPSED: in onBindViewHolder()
306 return NotificationViewType.GROUP_COLLAPSED; in getItemViewType()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java152 NotificationViewType.GROUP_COLLAPSED); in onCreateViewHolder_groupCollapsed_shouldReturnObjectOfGroupNotificationViewHolder()
335 NotificationViewType.GROUP_COLLAPSED); in onBindViewHolder_groupCollapsed_shouldNotThrowError()
522 assertThat(itemViewType).isEqualTo(NotificationViewType.GROUP_COLLAPSED); in getItemViewType_shouldReturnGroupCollapsed()