Searched refs:mPerformanceGoals (Results 1 – 2 of 2) sorted by relevance
45 private final List<ExercisePerformanceGoal> mPerformanceGoals; field in PlannedExerciseStep57 this.mPerformanceGoals = performanceGoals; in PlannedExerciseStep()91 return mPerformanceGoals; in getPerformanceGoals()122 private List<ExercisePerformanceGoal> mPerformanceGoals = new ArrayList<>(); field in PlannedExerciseStep.Builder172 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 …]
38 private List<ExercisePerformanceGoalInternal> mPerformanceGoals = Collections.emptyList(); field in PlannedExerciseStepInternal69 this.mPerformanceGoals = performanceGoals; in setPerformanceGoals()87 return mPerformanceGoals; in getPerformanceGoals()98 for (ExercisePerformanceGoalInternal goal : mPerformanceGoals) { in toExternalObject()