Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/shared/
DHealthDataEntryDetailsFormatter.kt51 private val speedRecordFormatter: SpeedFormatter, constant in com.android.healthconnect.controller.dataentries.formatters.shared.HealthDataEntryDetailsFormatter
63 is SpeedRecord -> speedRecordFormatter.formatRecordDetails(record) in formatDetails()