Searched refs:getCopper (Results 1 – 5 of 5) sorted by relevance
1631 public Mass getCopper() { in getCopper() method in NutritionRecord1893 && Objects.equals(getCopper(), that.getCopper()) in equals()1946 getCopper(), in hashCode()2040 if (!Objects.isNull(getCopper())) { in toRecordInternal()2041 recordInternal.setCopper(getCopper().getInGrams()); in toRecordInternal()
239 public double getCopper() { in getCopper() method in NutritionRecordInternal587 .setCopper(Mass.fromGrams(getCopper())) in toExternalRecord()
299 assertThat(newRecord.getCopper()).isEqualTo(testRecord.getCopper()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
498 contentValues.put(COPPER_COLUMN_NAME, nutritionRecord.getCopper()); in populateSpecificContentValues()
1217 method @Nullable public android.health.connect.datatypes.units.Mass getCopper();