Searched refs:getCholesterol (Results 1 – 5 of 5) sorted by relevance
1623 public Mass getCholesterol() { in getCholesterol() method in NutritionRecord1892 && Objects.equals(getCholesterol(), that.getCholesterol()) in equals()1945 getCholesterol(), in hashCode()2037 if (!Objects.isNull(getCholesterol())) { in toRecordInternal()2038 recordInternal.setCholesterol(getCholesterol().getInGrams()); in toRecordInternal()
228 public double getCholesterol() { in getCholesterol() method in NutritionRecordInternal586 .setCholesterol(Mass.fromGrams(getCholesterol())) in toExternalRecord()
298 assertThat(newRecord.getCholesterol()).isEqualTo(testRecord.getCholesterol()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
497 contentValues.put(CHOLESTEROL_COLUMN_NAME, nutritionRecord.getCholesterol()); in populateSpecificContentValues()
1215 method @Nullable public android.health.connect.datatypes.units.Mass getCholesterol();