Searched refs:getIron (Results 1 – 5 of 5) sorted by relevance
1839 public Mass getIron() { in getIron() method in NutritionRecord1919 && Objects.equals(getIron(), that.getIron()) in equals()1972 getIron(), in hashCode()2118 if (!Objects.isNull(getIron())) { in toRecordInternal()2119 recordInternal.setIron(getIron().getInGrams()); in toRecordInternal()
525 public double getIron() { in getIron() method in NutritionRecordInternal613 .setIron(Mass.fromGrams(getIron())) in toExternalRecord()
325 assertThat(newRecord.getIron()).isEqualTo(testRecord.getIron()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
524 contentValues.put(IRON_COLUMN_NAME, nutritionRecord.getIron()); in populateSpecificContentValues()
1224 method @Nullable public android.health.connect.datatypes.units.Mass getIron();