Searched refs:getMaxSpeed (Results 1 – 6 of 6) sorted by relevance
114 public Velocity getMaxSpeed() { in getMaxSpeed() method in ExercisePerformanceGoal.SpeedGoal124 && this.getMaxSpeed().equals(that.getMaxSpeed()); in equals()
90 assertThat(restored.getMaxSpeed()).isEqualTo(original.getMaxSpeed()); in speedGoal_writeToParcelThenRestore_objectsAreIdentical()110 .getMaxSpeed()) in speedGoal_convertToExternalAndBack_objectsAreIdentical()111 .isEqualTo(original.getMaxSpeed()); in speedGoal_convertToExternalAndBack_objectsAreIdentical()
102 return new SpeedGoalInternal(goal.getMinSpeed(), goal.getMaxSpeed()); in fromExternalObject()227 public Velocity getMaxSpeed() { in getMaxSpeed() method in ExercisePerformanceGoalInternal.SpeedGoalInternal
192 assertThat(goal.getMaxSpeed()).isEqualTo(Velocity.fromMetersPerSecond(12.5)); in speedGoal_getters()
522 .getMaxSpeed() in getPerformanceGoalUpsert()
751 method @NonNull public android.health.connect.datatypes.units.Velocity getMaxSpeed();