Searched refs:getCompletionGoal (Results 1 – 8 of 8) sorted by relevance
80 public ExerciseCompletionGoal getCompletionGoal() { in getCompletionGoal() method in PlannedExerciseStep102 && Objects.equals(this.getCompletionGoal(), that.getCompletionGoal()) in equals()112 getCompletionGoal(), in hashCode()222 ExerciseCompletionGoalInternal.fromExternalObject(getCompletionGoal())); in toInternalObject()
82 public ExerciseCompletionGoalInternal getCompletionGoal() { in getCompletionGoal() method in PlannedExerciseStepInternal110 step.getCompletionGoal().writeToParcel(parcel); in writeToParcel()
97 assertThat(firstStep.getCompletionGoal().toExternalObject()) in assertFieldsAreEqual()98 .isEqualTo(secondStep.getCompletionGoal().toExternalObject()); in assertFieldsAreEqual()
181 public void getCompletionGoal() { in getCompletionGoal() method in PlannedExerciseStepTest188 assertThat(builder.build().getCompletionGoal()) in getCompletionGoal()
325 restored.getBlocks().get(0).getSteps().get(0).getCompletionGoal(); in distanceWithVariableRestGoal_insertionAndRead()
1460 .that(firstStep.getCompletionGoal()) in assertRecordsEqual()1461 .isEqualTo(secondStep.getCompletionGoal()); in assertRecordsEqual()
442 goalUpsertRequests.add(getCompletionGoalUpsert(exerciseStep.getCompletionGoal())); in getStepUpsert()
1428 …method @NonNull public android.health.connect.datatypes.ExerciseCompletionGoal getCompletionGoal();