Searched refs:getFolate (Results 1 – 5 of 5) sorted by relevance
1807 public Mass getFolate() { in getFolate() method in NutritionRecord1915 && Objects.equals(getFolate(), that.getFolate()) in equals()1968 getFolate(), in hashCode()2106 if (!Objects.isNull(getFolate())) { in toRecordInternal()2107 recordInternal.setFolate(getFolate().getInGrams()); in toRecordInternal()
481 public double getFolate() { in getFolate() method in NutritionRecordInternal609 .setFolate(Mass.fromGrams(getFolate())) in toExternalRecord()
321 assertThat(newRecord.getFolate()).isEqualTo(testRecord.getFolate()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
520 contentValues.put(FOLATE_COLUMN_NAME, nutritionRecord.getFolate()); in populateSpecificContentValues()
1221 method @Nullable public android.health.connect.datatypes.units.Mass getFolate();