Searched refs:pantothenicAcid (Results 1 – 3 of 3) sorted by relevance
605 public Builder setPantothenicAcid(@Nullable Mass pantothenicAcid) { in setPantothenicAcid() argument606 mPantothenicAcid = pantothenicAcid; in setPantothenicAcid()1408 @Nullable Mass pantothenicAcid, in NutritionRecord()1463 requireInRangeIfExists(pantothenicAcid, MASS_0_0, MASS_100, "pantothenicAcid"); in NutritionRecord()1507 mPantothenicAcid = pantothenicAcid; in NutritionRecord()
509 public NutritionRecordInternal setPantothenicAcid(double pantothenicAcid) { in setPantothenicAcid() argument510 this.mPantothenicAcid = pantothenicAcid; in setPantothenicAcid()
101 record.pantothenicAcid?.addAggregation(R.string.pantothenic_acid, stringJoiner, formatMass) in <lambda>()