Searched refs:getMaxRpm (Results 1 – 6 of 6) sorted by relevance
162 public double getMaxRpm() { in getMaxRpm() method in ExercisePerformanceGoal.CadenceGoal171 return this.getMinRpm() == that.getMinRpm() && this.getMaxRpm() == that.getMaxRpm(); in equals()
125 assertThat(restored.getMaxRpm()).isEqualTo(original.getMaxRpm()); in cadenceGoal_writeToParcelThenRestore_objectsAreIdentical()144 .getMaxRpm()) in cadenceGoal_convertToExternalAndBack_objectsAreIdentical()145 .isEqualTo(original.getMaxRpm()); in cadenceGoal_convertToExternalAndBack_objectsAreIdentical()
106 return new CadenceGoalInternal(goal.getMinRpm(), goal.getMaxRpm()); in fromExternalObject()267 public double getMaxRpm() { in getMaxRpm() method in ExercisePerformanceGoalInternal.CadenceGoalInternal
228 assertThat(goal.getMaxRpm()).isEqualTo(90.0); in cadenceGoal_getters()
530 convertDoubleToBytes(((CadenceGoalInternal) performanceGoal).getMaxRpm())); in getPerformanceGoalUpsert()
728 method public double getMaxRpm();