Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/shared/
DBaseFormatter.kt71 R.string.data_entry_header_without_source_app, getFormattedA11yTime(record)) in getHeaderA11y()
73 R.string.data_entry_header_with_source_app, getFormattedA11yTime(record), appName) in getHeaderA11y()
84 private fun getFormattedA11yTime(record: T): String { in getFormattedA11yTime() method in com.android.healthconnect.controller.dataentries.formatters.shared.BaseFormatter