Home
last modified time | relevance | path

Searched refs:getCompletionGoal (Results 1 – 8 of 8) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DPlannedExerciseStep.java80 public ExerciseCompletionGoal getCompletionGoal() { in getCompletionGoal() method in PlannedExerciseStep
102 && Objects.equals(this.getCompletionGoal(), that.getCompletionGoal()) in equals()
112 getCompletionGoal(), in hashCode()
222 ExerciseCompletionGoalInternal.fromExternalObject(getCompletionGoal())); in toInternalObject()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DPlannedExerciseStepInternal.java82 public ExerciseCompletionGoalInternal getCompletionGoal() { in getCompletionGoal() method in PlannedExerciseStepInternal
110 step.getCompletionGoal().writeToParcel(parcel); in writeToParcel()
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/
DPlannedExerciseSessionInternalTest.java97 assertThat(firstStep.getCompletionGoal().toExternalObject()) in assertFieldsAreEqual()
98 .isEqualTo(secondStep.getCompletionGoal().toExternalObject()); in assertFieldsAreEqual()
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DPlannedExerciseStepTest.java181 public void getCompletionGoal() { in getCompletionGoal() method in PlannedExerciseStepTest
188 assertThat(builder.build().getCompletionGoal()) in getCompletionGoal()
DExerciseCompletionGoalTest.java325 restored.getBlocks().get(0).getSteps().get(0).getCompletionGoal(); in distanceWithVariableRestGoal_insertionAndRead()
DPlannedExerciseSessionRecordTest.java1460 .that(firstStep.getCompletionGoal()) in assertRecordsEqual()
1461 .isEqualTo(secondStep.getCompletionGoal()); in assertRecordsEqual()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPlannedExerciseSessionRecordHelper.java442 goalUpsertRequests.add(getCompletionGoalUpsert(exerciseStep.getCompletionGoal())); in getStepUpsert()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt1428 …method @NonNull public android.health.connect.datatypes.ExerciseCompletionGoal getCompletionGoal();