Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DPlannedExerciseStep.java45 private final List<ExercisePerformanceGoal> mPerformanceGoals; field in PlannedExerciseStep
57 this.mPerformanceGoals = performanceGoals; in PlannedExerciseStep()
91 return mPerformanceGoals; in getPerformanceGoals()
122 private List<ExercisePerformanceGoal> mPerformanceGoals = new ArrayList<>(); field in PlannedExerciseStep.Builder
172 this.mPerformanceGoals.add(performanceGoal); in addPerformanceGoal()
181 this.mPerformanceGoals.clear(); in setPerformanceGoals()
182 this.mPerformanceGoals.addAll(performanceGoals); in setPerformanceGoals()
189 this.mPerformanceGoals.clear(); in clearPerformanceGoals()
197 for (ExercisePerformanceGoal goal : mPerformanceGoals) { in build()
200 if (classes.size() != mPerformanceGoals.size()) { in build()
[all …]
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DPlannedExerciseStepInternal.java38 private List<ExercisePerformanceGoalInternal> mPerformanceGoals = Collections.emptyList(); field in PlannedExerciseStepInternal
69 this.mPerformanceGoals = performanceGoals; in setPerformanceGoals()
87 return mPerformanceGoals; in getPerformanceGoals()
98 for (ExercisePerformanceGoalInternal goal : mPerformanceGoals) { in toExternalObject()