Home
last modified time | relevance | path

Searched refs:mCholesterol (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DNutritionRecordInternal.java49 private double mCholesterol = DEFAULT_DOUBLE; field in NutritionRecordInternal
229 return mCholesterol; in getCholesterol()
235 this.mCholesterol = cholesterol; in setCholesterol()
637 mCholesterol = parcel.readDouble(); in populateIntervalRecordFrom()
685 parcel.writeDouble(mCholesterol); in populateIntervalRecordTo()
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DNutritionRecord.java61 private Mass mCholesterol; field in NutritionRecord.Builder
306 mCholesterol = cholesterol; in setCholesterol()
694 mCholesterol, in buildWithoutValidation()
752 mCholesterol, in build()
1275 private final Mass mCholesterol; field in NutritionRecord
1482 mCholesterol = cholesterol; in NutritionRecord()
1624 return mCholesterol; in getCholesterol()