Searched refs:setPerformanceGoals (Results 1 – 11 of 11) sorted by relevance
132 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()
69 .setPerformanceGoals( in <lambda>()81 .setPerformanceGoals( in <lambda>()97 .setPerformanceGoals( in <lambda>()
68 public void setPerformanceGoals(List<ExercisePerformanceGoalInternal> performanceGoals) { in setPerformanceGoals() method in PlannedExerciseStepInternal127 step.setPerformanceGoals(ExercisePerformanceGoalInternal.readFromParcel(parcel)); in readFromParcel()
39 step1.setPerformanceGoals( in testPlanWriteToParcel_populateToParcelAndFrom_restoredFieldsAreIdentical()47 step2.setPerformanceGoals( in testPlanWriteToParcel_populateToParcelAndFrom_restoredFieldsAreIdentical()
129 result.setPerformanceGoals( in buildExerciseStepInternal()
178 public Builder setPerformanceGoals( in setPerformanceGoals() method in PlannedExerciseStep.Builder226 result.setPerformanceGoals( in toInternalObject()
52 .setPerformanceGoals( in getFieldValue()
232 .setPerformanceGoals(performanceGoals) in getPlannedExerciseStep()
353 .setPerformanceGoals( in dataEntriesDetailsInit_withPlannedExerciseSession_showsItem_showsDetails()
298 step.setPerformanceGoals(performanceGoals); in extractSteps()
1450 …ublic android.health.connect.datatypes.PlannedExerciseStep.Builder setPerformanceGoals(@NonNull ja…