Searched refs:plannedExerciseStepInternal (Results 1 – 1 of 1) sorted by relevance
538 PlannedExerciseStepInternal plannedExerciseStepInternal) { in toPlannedExerciseStepProto() argument541 .setExerciseType(plannedExerciseStepInternal.getExerciseType()) in toPlannedExerciseStepProto()542 .setExerciseCategory(plannedExerciseStepInternal.getExerciseCategory()); in toPlannedExerciseStepProto()543 if (plannedExerciseStepInternal.getDescription() != null) { in toPlannedExerciseStepProto()544 builder.setDescription(plannedExerciseStepInternal.getDescription()); in toPlannedExerciseStepProto()546 if (plannedExerciseStepInternal.getCompletionGoal() != null) { in toPlannedExerciseStepProto()548 toCompletionGoalProto(plannedExerciseStepInternal.getCompletionGoal())); in toPlannedExerciseStepProto()550 if (plannedExerciseStepInternal.getPerformanceGoals() != null) { in toPlannedExerciseStepProto()552 plannedExerciseStepInternal.getPerformanceGoals().stream() in toPlannedExerciseStepProto()1401 var plannedExerciseStepInternal = in convertToPlannedExerciseStepInternal() local[all …]