Searched refs:getManganese (Results 1 – 5 of 5) sorted by relevance
1559 public Mass getManganese() { in getManganese() method in NutritionRecord1884 && Objects.equals(getManganese(), that.getManganese()) in equals()1937 getManganese(), in hashCode()2013 if (!Objects.isNull(getManganese())) { in toRecordInternal()2014 recordInternal.setManganese(getManganese().getInGrams()); in toRecordInternal()
140 public double getManganese() { in getManganese() method in NutritionRecordInternal578 .setManganese(Mass.fromGrams(getManganese())) in toExternalRecord()
290 assertThat(newRecord.getManganese()).isEqualTo(testRecord.getManganese()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
489 contentValues.put(MANGANESE_COLUMN_NAME, nutritionRecord.getManganese()); in populateSpecificContentValues()
1226 method @Nullable public android.health.connect.datatypes.units.Mass getManganese();