Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/backuprestore/
DRecordProtoConverter.java538 PlannedExerciseStepInternal plannedExerciseStepInternal) { in toPlannedExerciseStepProto() argument
541 .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 …]