Searched refs:speedFormatter (Results 1 – 2 of 2) sorted by relevance
37 private val speedFormatter: SpeedFormatter constant in com.android.healthconnect.controller.dataentries.formatters.ExercisePerformanceGoalFormatter99 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()
114 private val speedFormatter: SpeedFormatter, constant in com.android.healthconnect.controller.dataentries.formatters.shared.HealthDataEntryFormatter158 is SpeedRecord -> speedFormatter.format(record, appName) in format()