Searched refs:MassFormatter (Results 1 – 6 of 6) sorted by relevance
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/ |
D | WeightFormatter.kt | 31 return MassFormatter.formatValue(context, record.weight, unitPreferences.getWeightUnit()) in formatValue() 38 return MassFormatter.formatA11yValue( in formatA11yValue()
|
D | BoneMassFormatter.kt | 31 return MassFormatter.formatValue(context, record.mass, unitPreferences.getWeightUnit()) in formatValue() 38 return MassFormatter.formatA11yValue(context, record.mass, unitPreferences.getWeightUnit()) in formatA11yValue()
|
D | LeanBodyMassFormatter.kt | 31 return MassFormatter.formatValue(context, record.mass, unitPreferences.getWeightUnit()) in formatValue() 38 return MassFormatter.formatA11yValue(context, record.mass, unitPreferences.getWeightUnit()) in formatA11yValue()
|
D | BodyWaterMassFormatter.kt | 23 import com.android.healthconnect.controller.dataentries.formatters.MassFormatter.formatA11yValue 24 import com.android.healthconnect.controller.dataentries.formatters.MassFormatter.formatValue
|
D | ExercisePerformanceGoalFormatter.kt | 120 MassFormatter.formatValue( in formatPerformanceGoal() 194 MassFormatter.formatA11yValue( in formatPerformanceGoalA11y()
|
D | MassFormatter.kt | 14 object MassFormatter { object
|