Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/units/
DLengthConverter.kt24 private const val METERS_PER_KM = 1000.0 constant
38 KILOMETERS -> source / METERS_PER_KM in convertDistanceFromMeters()