Home
last modified time | relevance | path

Searched refs:speedFormatter (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DExercisePerformanceGoalFormatter.kt37 private val speedFormatter: SpeedFormatter constant in com.android.healthconnect.controller.dataentries.formatters.ExercisePerformanceGoalFormatter
99 speedFormatter.formatSpeedValue( in formatPerformanceGoal()
101 speedFormatter.formatSpeedValue( in formatPerformanceGoal()
106 speedFormatter.formatSpeedValue( in formatPerformanceGoal()
108 speedFormatter.formatSpeedValue( in formatPerformanceGoal()
173 speedFormatter.formatA11ySpeedValue( in formatPerformanceGoalA11y()
175 speedFormatter.formatA11ySpeedValue( in formatPerformanceGoalA11y()
180 speedFormatter.formatA11ySpeedValue( in formatPerformanceGoalA11y()
182 speedFormatter.formatA11ySpeedValue( in formatPerformanceGoalA11y()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/shared/
DHealthDataEntryFormatter.kt114 private val speedFormatter: SpeedFormatter, constant in com.android.healthconnect.controller.dataentries.formatters.shared.HealthDataEntryFormatter
158 is SpeedRecord -> speedFormatter.format(record, appName) in format()