Searched refs:ProgressNotificationViewHolder (Results 1 – 4 of 4) sorted by relevance
34 public class ProgressNotificationViewHolder extends CarNotificationBaseViewHolder { class43 public ProgressNotificationViewHolder(View view, in ProgressNotificationViewHolder() method in ProgressNotificationViewHolder
39 import com.android.car.notification.template.ProgressNotificationViewHolder;157 ProgressNotificationViewHolder.class); in progressNotificationType_shouldHaveCorrectValues()169 ProgressNotificationViewHolder.class); in progressInGroupNotificationType_shouldHaveCorrectValues()
50 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()
30 import com.android.car.notification.template.ProgressNotificationViewHolder;147 return new ProgressNotificationViewHolder(view, clickHandlerFactory); in getViewHolder()