Searched refs:getMinSpeed (Results 1 – 6 of 6) sorted by relevance
106 public Velocity getMinSpeed() { in getMinSpeed() method in ExercisePerformanceGoal.SpeedGoal123 return this.getMinSpeed().equals(that.getMinSpeed()) in equals()
89 assertThat(restored.getMinSpeed()).isEqualTo(original.getMinSpeed()); in speedGoal_writeToParcelThenRestore_objectsAreIdentical()104 .getMinSpeed()) in speedGoal_convertToExternalAndBack_objectsAreIdentical()105 .isEqualTo(original.getMinSpeed()); in speedGoal_convertToExternalAndBack_objectsAreIdentical()
102 return new SpeedGoalInternal(goal.getMinSpeed(), goal.getMaxSpeed()); in fromExternalObject()223 public Velocity getMinSpeed() { in getMinSpeed() method in ExercisePerformanceGoalInternal.SpeedGoalInternal
191 assertThat(goal.getMinSpeed()).isEqualTo(Velocity.fromMetersPerSecond(10.5)); in speedGoal_getters()
516 .getMinSpeed() in getPerformanceGoalUpsert()
752 method @NonNull public android.health.connect.datatypes.units.Velocity getMinSpeed();