Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DPlannedExerciseStep.java90 public List<ExercisePerformanceGoal> getPerformanceGoals() { in getPerformanceGoals() method in PlannedExerciseStep
103 && Objects.equals(this.getPerformanceGoals(), that.getPerformanceGoals()); in equals()
113 getPerformanceGoals()); in hashCode()
227 getPerformanceGoals().stream() in toInternalObject()
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/
DPlannedExerciseSessionInternalTest.java99 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()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DPlannedExerciseStepInternal.java86 public List<ExercisePerformanceGoalInternal> getPerformanceGoals() { in getPerformanceGoals() method in PlannedExerciseStepInternal
112 ExercisePerformanceGoalInternal.writeToParcel(step.getPerformanceGoals(), parcel); in writeToParcel()
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DPlannedExerciseSessionRecordTest.java1463 .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()
DPlannedExerciseStepTest.java177 assertThat(builder.clearPerformanceGoals().build().getPerformanceGoals()).isEmpty(); in clearPerformanceGoals_removesAllExistingPerformanceGoals()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPlannedExerciseSessionRecordHelper.java443 for (ExercisePerformanceGoalInternal performanceGoal : exerciseStep.getPerformanceGoals()) { in getStepUpsert()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt1432 …lic java.util.List<android.health.connect.datatypes.ExercisePerformanceGoal> getPerformanceGoals();