Home
last modified time | relevance | path

Searched refs:setPerformanceGoals (Results 1 – 11 of 11) sorted by relevance

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DPlannedExerciseStepTest.java132 assertThat(builder.setPerformanceGoals(performanceGoalsX).build()) in hashCodeAndEquals_sensitiveToAllFields()
133 .isNotEqualTo(builder.setPerformanceGoals(performanceGoalsY).build()); in hashCodeAndEquals_sensitiveToAllFields()
134 assertThat(builder.setPerformanceGoals(performanceGoalsX).build().hashCode()) in hashCodeAndEquals_sensitiveToAllFields()
135 .isNotEqualTo(builder.setPerformanceGoals(performanceGoalsY).build().hashCode()); in hashCodeAndEquals_sensitiveToAllFields()
136 assertThat(builder.setPerformanceGoals(performanceGoalsX).build()) in hashCodeAndEquals_sensitiveToAllFields()
137 .isEqualTo(builder.setPerformanceGoals(performanceGoalsX).build()); in hashCodeAndEquals_sensitiveToAllFields()
138 assertThat(builder.setPerformanceGoals(performanceGoalsX).build().hashCode()) in hashCodeAndEquals_sensitiveToAllFields()
139 .isEqualTo(builder.setPerformanceGoals(performanceGoalsX).build().hashCode()); in hashCodeAndEquals_sensitiveToAllFields()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DPlannedExerciseStepFormatterTest.kt69 .setPerformanceGoals( in <lambda>()
81 .setPerformanceGoals( in <lambda>()
97 .setPerformanceGoals( in <lambda>()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DPlannedExerciseStepInternal.java68 public void setPerformanceGoals(List<ExercisePerformanceGoalInternal> performanceGoals) { in setPerformanceGoals() method in PlannedExerciseStepInternal
127 step.setPerformanceGoals(ExercisePerformanceGoalInternal.readFromParcel(parcel)); in readFromParcel()
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/
DPlannedExerciseSessionInternalTest.java39 step1.setPerformanceGoals( in testPlanWriteToParcel_populateToParcelAndFrom_restoredFieldsAreIdentical()
47 step2.setPerformanceGoals( in testPlanWriteToParcel_populateToParcelAndFrom_restoredFieldsAreIdentical()
DTestUtils.java129 result.setPerformanceGoals( in buildExerciseStepInternal()
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DPlannedExerciseStep.java178 public Builder setPerformanceGoals( in setPerformanceGoals() method in PlannedExerciseStep.Builder
226 result.setPerformanceGoals( in toInternalObject()
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/fieldviews/
DExerciseBlockInputField.kt52 .setPerformanceGoals( in getFieldValue()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DTestConstants.kt232 .setPerformanceGoals(performanceGoals) in getPlannedExerciseStep()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/entrydetails/
DDataEntryDetailsFragmentTest.kt353 .setPerformanceGoals( in dataEntriesDetailsInit_withPlannedExerciseSession_showsItem_showsDetails()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPlannedExerciseSessionRecordHelper.java298 step.setPerformanceGoals(performanceGoals); in extractSteps()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt1450 …ublic android.health.connect.datatypes.PlannedExerciseStep.Builder setPerformanceGoals(@NonNull ja…