Searched refs:setTotalFat (Results 1 – 6 of 6) sorted by relevance
344 public NutritionRecordInternal setTotalFat(double totalFat) { in setTotalFat() method in NutritionRecordInternal596 .setTotalFat(Mass.fromGrams(getTotalFat())) in toExternalRecord()
149 .setTotalFat(fromGrams(23.0)) in <lambda>()
832 .setTotalFat(Mass.fromGrams(0.1)) in getNutritionRecord_update()904 .setTotalFat(Mass.fromGrams(0.1)) in getCompleteNutritionRecord()
425 public Builder setTotalFat(@Nullable Mass totalFat) { in setTotalFat() method in NutritionRecord.Builder2068 recordInternal.setTotalFat(getTotalFat().getInGrams()); in toRecordInternal()
454 nutritionRecord.setTotalFat(getCursorDouble(cursor, TOTAL_FAT_COLUMN_NAME)); in populateSpecificRecordValue()
1339 …method @NonNull public android.health.connect.datatypes.NutritionRecord.Builder setTotalFat(@Nulla…