Searched refs:getPerformanceGoals (Results 1 – 7 of 7) sorted by relevance
90 public List<ExercisePerformanceGoal> getPerformanceGoals() { in getPerformanceGoals() method in PlannedExerciseStep103 && Objects.equals(this.getPerformanceGoals(), that.getPerformanceGoals()); in equals()113 getPerformanceGoals()); in hashCode()227 getPerformanceGoals().stream() in toInternalObject()
99 for (int k = 0; k < firstStep.getPerformanceGoals().size(); k++) { in assertFieldsAreEqual()100 assertThat(firstStep.getPerformanceGoals().get(k).toExternalObject()) in assertFieldsAreEqual()101 .isEqualTo(secondStep.getPerformanceGoals().get(k).toExternalObject()); in assertFieldsAreEqual()
86 public List<ExercisePerformanceGoalInternal> getPerformanceGoals() { in getPerformanceGoals() method in PlannedExerciseStepInternal112 ExercisePerformanceGoalInternal.writeToParcel(step.getPerformanceGoals(), parcel); in writeToParcel()
1463 .that(firstStep.getPerformanceGoals().size()) in assertRecordsEqual()1464 .isEqualTo(secondStep.getPerformanceGoals().size()); in assertRecordsEqual()1465 for (int k = 0; k < firstStep.getPerformanceGoals().size(); k++) { in assertRecordsEqual()1466 ExercisePerformanceGoal firstGoal = firstStep.getPerformanceGoals().get(k); in assertRecordsEqual()1467 ExercisePerformanceGoal secondGoal = secondStep.getPerformanceGoals().get(k); in assertRecordsEqual()
177 assertThat(builder.clearPerformanceGoals().build().getPerformanceGoals()).isEmpty(); in clearPerformanceGoals_removesAllExistingPerformanceGoals()
443 for (ExercisePerformanceGoalInternal performanceGoal : exerciseStep.getPerformanceGoals()) { in getStepUpsert()
1432 …lic java.util.List<android.health.connect.datatypes.ExercisePerformanceGoal> getPerformanceGoals();