Searched refs:getInWatts (Results 1 – 9 of 9) sorted by relevance
42 public double getInWatts() { in getInWatts() method in Power75 return this.getInWatts() == other.getInWatts(); in equals()87 return Objects.hash(this.getInWatts()); in hashCode()
59 basalMetabolicRate.getInWatts(), 0.0, 484.259, "basalMetabolicRate"); in BasalMetabolicRateRecord()184 recordInternal.setBasalMetabolicRate(mBasalMetabolicRate.getInWatts()); in toRecordInternal()
115 ValidationUtils.requireInRange(power.getInWatts(), 0.0, 100000.0, "power"); in PowerRecordSample()336 powerRecordSample.getPower().getInWatts(), in toRecordInternal()
35 assertThat(Power.fromWatts(10.0).getInWatts()).isEqualTo(10.0); in testCreate()
159 parcel.writeDouble(this.mMinPower.getInWatts()); in writeFieldsToParcel()160 parcel.writeDouble(this.mMaxPower.getInWatts()); in writeFieldsToParcel()
323 assertThat(maxPower.getInWatts()).isEqualTo(15.0); in testAggregation_power()325 assertThat(minPower.getInWatts()).isEqualTo(5.0); in testAggregation_power()327 assertThat(avgPower.getInWatts()).isEqualTo(10.0); in testAggregation_power()
506 ((PowerGoalInternal) performanceGoal).getMinPower().getInWatts())); in getPerformanceGoalUpsert()510 ((PowerGoalInternal) performanceGoal).getMaxPower().getInWatts())); in getPerformanceGoalUpsert()
503 values.putDouble(POWER_WATTS, record.getBasalMetabolicRate().getInWatts()); in getBasalMetabolicRateRecordValues()
1747 method public double getInWatts();