Searched refs:getMinRpm (Results 1 – 6 of 6) sorted by relevance
155 public double getMinRpm() { in getMinRpm() method in ExercisePerformanceGoal.CadenceGoal171 return this.getMinRpm() == that.getMinRpm() && this.getMaxRpm() == that.getMaxRpm(); in equals()
124 assertThat(restored.getMinRpm()).isEqualTo(original.getMinRpm()); in cadenceGoal_writeToParcelThenRestore_objectsAreIdentical()138 .getMinRpm()) in cadenceGoal_convertToExternalAndBack_objectsAreIdentical()139 .isEqualTo(original.getMinRpm()); in cadenceGoal_convertToExternalAndBack_objectsAreIdentical()
106 return new CadenceGoalInternal(goal.getMinRpm(), goal.getMaxRpm()); in fromExternalObject()263 public double getMinRpm() { in getMinRpm() method in ExercisePerformanceGoalInternal.CadenceGoalInternal
227 assertThat(goal.getMinRpm()).isEqualTo(80.0); in cadenceGoal_getters()
527 convertDoubleToBytes(((CadenceGoalInternal) performanceGoal).getMinRpm())); in getPerformanceGoalUpsert()
729 method public double getMinRpm();