Searched refs:getSodium (Results 1 – 5 of 5) sorted by relevance
1799 public Mass getSodium() { in getSodium() method in NutritionRecord1914 && Objects.equals(getSodium(), that.getSodium()) in equals()1967 getSodium(), in hashCode()2103 if (!Objects.isNull(getSodium())) { in toRecordInternal()2104 recordInternal.setSodium(getSodium().getInGrams()); in toRecordInternal()
470 public double getSodium() { in getSodium() method in NutritionRecordInternal608 .setSodium(Mass.fromGrams(getSodium())) in toExternalRecord()
320 assertThat(newRecord.getSodium()).isEqualTo(testRecord.getSodium()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
519 contentValues.put(SODIUM_COLUMN_NAME, nutritionRecord.getSodium()); in populateSpecificContentValues()
1240 method @Nullable public android.health.connect.datatypes.units.Mass getSodium();