Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DSpeedFormatter.kt121 val speedWithUnit = convertToDistancePerHour(unitPreferences.getDistanceUnit(), speed) in formatSpeedValue() constant
122 return MessageFormat.format(context.getString(res), mapOf("value" to speedWithUnit)) in formatSpeedValue()