Searched refs:getZinc (Results 1 – 5 of 5) sorted by relevance
1655 public Mass getZinc() { in getZinc() method in NutritionRecord1896 && Objects.equals(getZinc(), that.getZinc()) in equals()1949 getZinc(), in hashCode()2049 if (!Objects.isNull(getZinc())) { in toRecordInternal()2050 recordInternal.setZinc(getZinc().getInGrams()); in toRecordInternal()
272 public double getZinc() { in getZinc() method in NutritionRecordInternal590 .setZinc(Mass.fromGrams(getZinc())) in toExternalRecord()
302 assertThat(newRecord.getZinc()).isEqualTo(testRecord.getZinc()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
501 contentValues.put(ZINC_COLUMN_NAME, nutritionRecord.getZinc()); in populateSpecificContentValues()
1254 method @Nullable public android.health.connect.datatypes.units.Mass getZinc();