Searched refs:setManganese (Results 1 – 7 of 7) sorted by relevance
146 public NutritionRecordInternal setManganese(double manganese) { in setManganese() method in NutritionRecordInternal578 .setManganese(Mass.fromGrams(getManganese())) in toExternalRecord()
133 .setManganese(fromGrams(41.0)) in <lambda>()
814 .setManganese(Mass.fromGrams(0.1)) in getNutritionRecord_update()886 .setManganese(Mass.fromGrams(0.1)) in getCompleteNutritionRecord()
209 public Builder setManganese(@Nullable Mass manganese) { in setManganese() method in NutritionRecord.Builder2014 recordInternal.setManganese(getManganese().getInGrams()); in toRecordInternal()
669 setManganese(getMass(mFieldNameToFieldInput, "mManganese")) in createRecordObjectHelper()
436 nutritionRecord.setManganese(getCursorDouble(cursor, MANGANESE_COLUMN_NAME)); in populateSpecificRecordValue()
1320 …method @NonNull public android.health.connect.datatypes.NutritionRecord.Builder setManganese(@Null…