Searched refs:getCaffeine (Results 1 – 5 of 5) sorted by relevance
1575 public Mass getCaffeine() { in getCaffeine() method in NutritionRecord1886 && Objects.equals(getCaffeine(), that.getCaffeine()) in equals()1939 getCaffeine(), in hashCode()2019 if (!Objects.isNull(getCaffeine())) { in toRecordInternal()2020 recordInternal.setCaffeine(getCaffeine().getInGrams()); in toRecordInternal()
162 public double getCaffeine() { in getCaffeine() method in NutritionRecordInternal580 .setCaffeine(Mass.fromGrams(getCaffeine())) in toExternalRecord()
292 assertThat(newRecord.getCaffeine()).isEqualTo(testRecord.getCaffeine()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
491 contentValues.put(CAFFEINE_COLUMN_NAME, nutritionRecord.getCaffeine()); in populateSpecificContentValues()
1212 method @Nullable public android.health.connect.datatypes.units.Mass getCaffeine();