Home
last modified time | relevance | path

Searched refs:ProgressNotificationViewHolder (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DProgressNotificationViewHolder.java34 public class ProgressNotificationViewHolder extends CarNotificationBaseViewHolder { class
43 public ProgressNotificationViewHolder(View view, in ProgressNotificationViewHolder() method in ProgressNotificationViewHolder
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationTypeItemTest.java39 import com.android.car.notification.template.ProgressNotificationViewHolder;
157 ProgressNotificationViewHolder.class); in progressNotificationType_shouldHaveCorrectValues()
169 ProgressNotificationViewHolder.class); in progressInGroupNotificationType_shouldHaveCorrectValues()
H A DCarNotificationViewAdapterTest.java50 import com.android.car.notification.template.ProgressNotificationViewHolder;
239 assertThat(vh.getClass()).isEqualTo(ProgressNotificationViewHolder.class); in onCreateViewHolder_progressInGroupType_shouldReturnObjectOfProgressNotificationViewHolder()
250 assertThat(vh.getClass()).isEqualTo(ProgressNotificationViewHolder.class); in onCreateViewHolder_progressInGroup_shouldReturnObjectOfProgressNotificationViewHolder()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationTypeItem.java30 import com.android.car.notification.template.ProgressNotificationViewHolder;
147 return new ProgressNotificationViewHolder(view, clickHandlerFactory); in getViewHolder()