Searched refs:getPantothenicAcid (Results 1 – 5 of 5) sorted by relevance
1823 public Mass getPantothenicAcid() { in getPantothenicAcid() method in NutritionRecord1917 && Objects.equals(getPantothenicAcid(), that.getPantothenicAcid()) in equals()1970 getPantothenicAcid(), in hashCode()2112 if (!Objects.isNull(getPantothenicAcid())) { in toRecordInternal()2113 recordInternal.setPantothenicAcid(getPantothenicAcid().getInGrams()); in toRecordInternal()
503 public double getPantothenicAcid() { in getPantothenicAcid() method in NutritionRecordInternal611 .setPantothenicAcid(Mass.fromGrams(getPantothenicAcid())) in toExternalRecord()
323 assertThat(newRecord.getPantothenicAcid()).isEqualTo(testRecord.getPantothenicAcid()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
522 contentValues.put(PANTOTHENIC_ACID_COLUMN_NAME, nutritionRecord.getPantothenicAcid()); in populateSpecificContentValues()
1232 method @Nullable public android.health.connect.datatypes.units.Mass getPantothenicAcid();