Searched refs:getInLiters (Results 1 – 5 of 5) sorted by relevance
42 public double getInLiters() { in getInLiters() method in Volume75 return this.getInLiters() == other.getInLiters(); in equals()87 return Objects.hash(this.getInLiters()); in hashCode()
74 ValidationUtils.requireInRange(volume.getInLiters(), 0.0, 100.0, "volume"); in HydrationRecord()227 recordInternal.setVolume(mVolume.getInLiters()); in toRecordInternal()
35 assertThat(Volume.fromLiters(10.0).getInLiters()).isEqualTo(10.0); in testCreate()
333 assertThat(newVolume.getInLiters() - oldVolume.getInLiters()).isEqualTo(20); in testAggregation_VolumeTotal()
1777 method public double getInLiters();