Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupSummaryNotificationViewHolder.java34 public class GroupSummaryNotificationViewHolder extends CarNotificationBaseViewHolder { class
48 public GroupSummaryNotificationViewHolder( in GroupSummaryNotificationViewHolder() method in GroupSummaryNotificationViewHolder
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationTypeItem.java26 import com.android.car.notification.template.GroupSummaryNotificationViewHolder;
141 return new GroupSummaryNotificationViewHolder(view, clickHandlerFactory); in getViewHolder()
DCarNotificationViewAdapter.java41 import com.android.car.notification.template.GroupSummaryNotificationViewHolder;
190 ((GroupSummaryNotificationViewHolder) holder).bind(notificationGroup); in onBindViewHolderImpl()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationTypeItemTest.java35 import com.android.car.notification.template.GroupSummaryNotificationViewHolder;
136 GroupSummaryNotificationViewHolder.class); in groupSummaryNotificationType_shouldHaveCorrectValues()
DCarNotificationViewAdapterTest.java48 import com.android.car.notification.template.GroupSummaryNotificationViewHolder;
174 assertThat(vh.getClass()).isEqualTo(GroupSummaryNotificationViewHolder.class); in onCreateViewHolder_groupSummaryType_shouldReturnObjectOfGroupSummaryNotificationViewHolder()