Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java26 NotificationViewType.GROUP_SUMMARY,
51 int GROUP_SUMMARY = 3; field
DCarNotificationViewAdapter.java113 case NotificationViewType.GROUP_SUMMARY: in onCreateViewHolder()
212 case NotificationViewType.GROUP_SUMMARY: in onBindViewHolder()
369 return NotificationViewType.GROUP_SUMMARY; in getItemViewType()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java161 NotificationViewType.GROUP_SUMMARY); in onCreateViewHolder_groupSummaryType_shouldReturnObjectOfGroupSummaryNotificationViewHolder()
478 NotificationViewType.GROUP_SUMMARY); in onBindViewHolder_groupSummary_shouldNotThrowError()
647 assertThat(itemViewType).isEqualTo(NotificationViewType.GROUP_SUMMARY); in getItemViewType_shouldReturnGroupSummary()