Searched defs:mPerformanceGoals (Results 1 – 2 of 2) sorted by relevance
45 private final List<ExercisePerformanceGoal> mPerformanceGoals; field in PlannedExerciseStep122 private List<ExercisePerformanceGoal> mPerformanceGoals = new ArrayList<>(); field in PlannedExerciseStep.Builder
38 private List<ExercisePerformanceGoalInternal> mPerformanceGoals = Collections.emptyList(); field in PlannedExerciseStepInternal