Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationViewType.java24 NotificationViewType.GROUP_COLLAPSED,
49 int GROUP_COLLAPSED = 1; field
H A DCarNotificationTypeItem.java70 GROUP_COLLAPSED(-1, R.layout.group_notification_template, NotificationViewType.GROUP_COLLAPSED, enumConstant
141 case NotificationViewType.GROUP_COLLAPSED: in getViewHolder()
H A DCarNotificationViewAdapter.java179 case NotificationViewType.GROUP_COLLAPSED: in onBindViewHolderImpl()
227 return NotificationViewType.GROUP_COLLAPSED; in getItemViewTypeImpl()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationTypeItemTest.java131 NotificationViewType.GROUP_COLLAPSED); in groupCollapsedNotificationType_shouldHaveCorrectValues()
133 NotificationViewType.GROUP_COLLAPSED); in groupCollapsedNotificationType_shouldHaveCorrectValues()
H A DCarNotificationViewAdapterTest.java171 NotificationViewType.GROUP_COLLAPSED); in onCreateViewHolder_groupCollapsed_shouldReturnObjectOfGroupNotificationViewHolder()
366 NotificationViewType.GROUP_COLLAPSED); in onBindViewHolder_groupCollapsed_shouldNotThrowError()
567 NotificationViewType.GROUP_COLLAPSED); in onBindViewHolder_groupCollapsed_shouldNotHideDismissButton()
603 assertThat(itemViewType).isEqualTo(NotificationViewType.GROUP_COLLAPSED); in getItemViewType_shouldReturnGroupCollapsed()