Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DMassFormatter.kt57 val stonePounds = stonePoundsFromPounds(pounds, 1) in getMassString() constant
58 if (stonePounds.pounds > 0) { in getMassString()
61 context.getString(stoneStringId), mapOf("count" to stonePounds.stone)) in getMassString()
65 mapOf("count" to stonePounds.pounds, "delta_symbol" to "")) in getMassString()
70 format(context.getString(stoneStringId), mapOf("count" to stonePounds.stone)) in getMassString()