Searched refs:setTransFat (Results 1 – 6 of 6) sorted by relevance
135 public NutritionRecordInternal setTransFat(double transFat) { in setTransFat() method in NutritionRecordInternal577 .setTransFat(Mass.fromGrams(getTransFat())) in toExternalRecord()
150 .setTransFat(fromGrams(23.0)) in <lambda>()
813 .setTransFat(Mass.fromGrams(0.1)) in getNutritionRecord_update()885 .setTransFat(Mass.fromGrams(0.1)) in getCompleteNutritionRecord()
197 public Builder setTransFat(@Nullable Mass transFat) { in setTransFat() method in NutritionRecord.Builder2011 recordInternal.setTransFat(getTransFat().getInGrams()); in toRecordInternal()
435 nutritionRecord.setTransFat(getCursorDouble(cursor, TRANS_FAT_COLUMN_NAME)); in populateSpecificRecordValue()
1340 …method @NonNull public android.health.connect.datatypes.NutritionRecord.Builder setTransFat(@Nulla…