Searched refs:getTotalFat (Results 1 – 5 of 5) sorted by relevance
1703 public Mass getTotalFat() { in getTotalFat() method in NutritionRecord1902 && Objects.equals(getTotalFat(), that.getTotalFat()) in equals()1955 getTotalFat(), in hashCode()2067 if (!Objects.isNull(getTotalFat())) { in toRecordInternal()2068 recordInternal.setTotalFat(getTotalFat().getInGrams()); in toRecordInternal()
338 public double getTotalFat() { in getTotalFat() method in NutritionRecordInternal596 .setTotalFat(Mass.fromGrams(getTotalFat())) in toExternalRecord()
308 assertThat(newRecord.getTotalFat()).isEqualTo(testRecord.getTotalFat()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
507 contentValues.put(TOTAL_FAT_COLUMN_NAME, nutritionRecord.getTotalFat()); in populateSpecificContentValues()
1244 method @Nullable public android.health.connect.datatypes.units.Mass getTotalFat();