Home
last modified time | relevance | path

Searched defs:goal (Results 1 – 7 of 7) sorted by relevance

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DExerciseCompletionGoalTest.java101 ExerciseCompletionGoal.DistanceGoal goal = in distanceGoal_getterMethods() local
135 ExerciseCompletionGoal.StepsGoal goal = new ExerciseCompletionGoal.StepsGoal(10_000); in stepsGoal_getterMethods() local
170 ExerciseCompletionGoal.DurationGoal goal = in durationGoal_getterMethods() local
205 ExerciseCompletionGoal.RepetitionsGoal goal = new ExerciseCompletionGoal.RepetitionsGoal(8); in repetitionsGoal_getterMethods() local
252 ExerciseCompletionGoal.TotalCaloriesBurnedGoal goal = in totalCaloriesBurnedGoal_getterMethods() local
304 ExerciseCompletionGoal.ActiveCaloriesBurnedGoal goal = in activeCaloriesBurnedGoal_getterMethods() local
323 ExerciseCompletionGoal.DistanceWithVariableRestGoal goal = in distanceWithVariableRestGoal_insertionAndRead() local
332 ExerciseCompletionGoal.DistanceWithVariableRestGoal goal = in distnaceWithVariableRestGoal_getterMethods() local
367 ExerciseCompletionGoal goal) { in createPlannedSessionWithCompletionGoal()
379 private PlannedExerciseStep createStepWithCompletionGoal(ExerciseCompletionGoal goal) { in createStepWithCompletionGoal()
DExercisePerformanceGoalTest.java123 ExercisePerformanceGoal.PowerGoal goal = in powerGoal_getters() local
187 ExercisePerformanceGoal.SpeedGoal goal = in speedGoal_getters() local
224 ExercisePerformanceGoal.CadenceGoal goal = in cadenceGoal_getters() local
260 ExercisePerformanceGoal.HeartRateGoal goal = in heartRateGoal_getters() local
298 ExercisePerformanceGoal.WeightGoal goal = in weightGoal_getters() local
334 ExercisePerformanceGoal.RateOfPerceivedExertionGoal goal = in rpeGoal_getters() local
366 ExercisePerformanceGoal goal) { in createPlannedSessionWithPerformanceGoal()
378 private PlannedExerciseStep createStepWithPerformanceGoal(ExercisePerformanceGoal goal) { in createStepWithPerformanceGoal()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DExerciseCompletionGoalInternal.java47 ExerciseCompletionGoal.DistanceGoal goal = in fromExternalObject() local
51 ExerciseCompletionGoal.DistanceWithVariableRestGoal goal = in fromExternalObject() local
55 ExerciseCompletionGoal.StepsGoal goal = in fromExternalObject() local
59 ExerciseCompletionGoal.DurationGoal goal = in fromExternalObject() local
63 ExerciseCompletionGoal.RepetitionsGoal goal = in fromExternalObject() local
67 ExerciseCompletionGoal.TotalCaloriesBurnedGoal goal = in fromExternalObject() local
71 ExerciseCompletionGoal.ActiveCaloriesBurnedGoal goal = in fromExternalObject() local
DExercisePerformanceGoalInternal.java96 ExercisePerformanceGoal.PowerGoal goal = in fromExternalObject() local
100 ExercisePerformanceGoal.SpeedGoal goal = in fromExternalObject() local
104 ExercisePerformanceGoal.CadenceGoal goal = in fromExternalObject() local
108 ExercisePerformanceGoal.HeartRateGoal goal = in fromExternalObject() local
112 ExercisePerformanceGoal.WeightGoal goal = in fromExternalObject() local
116 ExercisePerformanceGoal.RateOfPerceivedExertionGoal goal = in fromExternalObject() local
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/
DExercisePerformanceGoalInternalTest.java256 private Parcel writeToParcel(ExercisePerformanceGoalInternal goal) { in writeToParcel()
DExerciseCompletionGoalInternalTest.java268 private Parcel writeToParcel(ExerciseCompletionGoalInternal goal) { in writeToParcel()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/
DFormattedDataEntry.kt127 val goal: ExercisePerformanceGoal, constant in com.android.healthconnect.controller.data.entries.FormattedEntry.ExercisePerformanceGoalEntry