Searched refs:setFolate (Results 1 – 7 of 7) sorted by relevance
487 public NutritionRecordInternal setFolate(double folate) { in setFolate() method in NutritionRecordInternal609 .setFolate(Mass.fromGrams(getFolate())) in toExternalRecord()
128 .setFolate(fromGrams(100.0)) in <lambda>()
845 .setFolate(Mass.fromGrams(0.1)) in getNutritionRecord_update()917 .setFolate(Mass.fromGrams(0.1)) in getCompleteNutritionRecord()
581 public Builder setFolate(@Nullable Mass folate) { in setFolate() method in NutritionRecord.Builder2107 recordInternal.setFolate(getFolate().getInGrams()); in toRecordInternal()
648 setFolate(getMass(mFieldNameToFieldInput, "mFolate")) in createRecordObjectHelper()
469 nutritionRecord.setFolate(getCursorDouble(cursor, FOLATE_COLUMN_NAME)); in populateSpecificRecordValue()
1315 …method @NonNull public android.health.connect.datatypes.NutritionRecord.Builder setFolate(@Nullabl…