Searched refs:speedWithUnit (Results 1 – 1 of 1) sorted by relevance
121 val speedWithUnit = convertToDistancePerHour(unitPreferences.getDistanceUnit(), speed) in formatSpeedValue() constant122 return MessageFormat.format(context.getString(res), mapOf("value" to speedWithUnit)) in formatSpeedValue()