Searched refs:setCholesterol (Results 1 – 7 of 7) sorted by relevance
234 public NutritionRecordInternal setCholesterol(double cholesterol) { in setCholesterol() method in NutritionRecordInternal586 .setCholesterol(Mass.fromGrams(getCholesterol())) in toExternalRecord()
124 .setCholesterol(fromGrams(20.0)) in <lambda>()
822 .setCholesterol(Mass.fromGrams(0.1)) in getNutritionRecord_update()894 .setCholesterol(Mass.fromGrams(0.1)) in getCompleteNutritionRecord()
305 public Builder setCholesterol(@Nullable Mass cholesterol) { in setCholesterol() method in NutritionRecord.Builder2038 recordInternal.setCholesterol(getCholesterol().getInGrams()); in toRecordInternal()
630 setCholesterol(getMass(mFieldNameToFieldInput, "mCholesterol")) in createRecordObjectHelper()
444 nutritionRecord.setCholesterol(getCursorDouble(cursor, CHOLESTEROL_COLUMN_NAME)); in populateSpecificRecordValue()
1308 …method @NonNull public android.health.connect.datatypes.NutritionRecord.Builder setCholesterol(@Nu…