Searched refs:getRiboflavin (Results 1 – 5 of 5) sorted by relevance
1663 public Mass getRiboflavin() { in getRiboflavin() method in NutritionRecord1897 && Objects.equals(getRiboflavin(), that.getRiboflavin()) in equals()1950 getRiboflavin(), in hashCode()2052 if (!Objects.isNull(getRiboflavin())) { in toRecordInternal()2053 recordInternal.setRiboflavin(getRiboflavin().getInGrams()); in toRecordInternal()
283 public double getRiboflavin() { in getRiboflavin() method in NutritionRecordInternal591 .setRiboflavin(Mass.fromGrams(getRiboflavin())) in toExternalRecord()
303 assertThat(newRecord.getRiboflavin()).isEqualTo(testRecord.getRiboflavin()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
502 contentValues.put(RIBOFLAVIN_COLUMN_NAME, nutritionRecord.getRiboflavin()); in populateSpecificContentValues()
1237 method @Nullable public android.health.connect.datatypes.units.Mass getRiboflavin();