Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/shared/
DHealthDataEntryFormatter.kt121 private val oxygenSaturationFormatter: OxygenSaturationFormatter, constant in com.android.healthconnect.controller.dataentries.formatters.shared.HealthDataEntryFormatter
165 is OxygenSaturationRecord -> oxygenSaturationFormatter.format(record, appName) in format()