Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java25 NotificationViewType.GROUP_SUMMARY,
49 int GROUP_SUMMARY = 2; field
DCarNotificationTypeItem.java70 GROUP_SUMMARY(-1, R.layout.group_summary_notification_template, enumConstant
71 NotificationViewType.GROUP_SUMMARY, false);
140 case NotificationViewType.GROUP_SUMMARY: in getViewHolder()
DCarNotificationViewAdapter.java188 case NotificationViewType.GROUP_SUMMARY: in onBindViewHolderImpl()
289 return NotificationViewType.GROUP_SUMMARY; in getItemViewTypeImpl()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationTypeItemTest.java131 NotificationViewType.GROUP_SUMMARY); in groupSummaryNotificationType_shouldHaveCorrectValues()
133 NotificationViewType.GROUP_SUMMARY); in groupSummaryNotificationType_shouldHaveCorrectValues()
DCarNotificationViewAdapterTest.java172 NotificationViewType.GROUP_SUMMARY); in onCreateViewHolder_groupSummaryType_shouldReturnObjectOfGroupSummaryNotificationViewHolder()
484 NotificationViewType.GROUP_SUMMARY); in onBindViewHolder_groupSummary_shouldNotThrowError()
542 NotificationViewType.GROUP_SUMMARY); in onBindViewHolder_groupSummary_shouldHideDismissButton()
668 assertThat(itemViewType).isEqualTo(NotificationViewType.GROUP_SUMMARY); in getItemViewType_shouldReturnGroupSummary()