Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DSpeedFormatter.kt67 val res = getUnitRes(unitPreferences) in formatValue()
96 getUnitRes(unitPreferences), sample.speed.inMetersPerSecond, unitPreferences), in formatSample()
125 fun getUnitRes(unitPreferences: UnitPreferences): Int { in getUnitRes() method
152 getUnitRes(unitPreferences), speed.inMetersPerSecond, unitPreferences) in formatSpeedValue()