Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DTemperatureFormatter.kt27 val tempString = formatTemperature(context, res, temperature, unitPreferences) in formatValue() constant
30 "$tempString $tempLocation" in formatValue()
32 tempString in formatValue()
49 val tempString = formatTemperature(context, res, temperature, unitPreferences) in formatA11tValue() constant
52 "$tempString $tempLocation" in formatA11tValue()
54 tempString in formatA11tValue()