Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/entrydetails/
DFormattedSectionTitleViewBinder.kt26 import com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedSectionTitle
33 class FormattedSectionTitleViewBinder : ViewBinder<FormattedSectionTitle, View> {
46 override fun bind(view: View, data: FormattedSectionTitle, index: Int) { in bind()
DDataEntryDetailsFragment.kt31 import com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedSectionTitle in <lambda>()
184 .setViewBinder(FormattedSectionTitle::class.java, formattedSectionTitleViewBinder) in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DSkinTemperatureFormatterTest.kt25 import com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedSectionTitle
307 formattedEntries[2] as FormattedSectionTitle)) in <lambda>()
331 formattedEntries[2] as FormattedSectionTitle)) in <lambda>()
371 formattedEntries[2] as FormattedSectionTitle)) in <lambda>()
395 formattedEntries[2] as FormattedSectionTitle)) in getRecordDetails_multipleDeltaInFahrenheit_formattedCorrectly()
435 formattedEntries[2] as FormattedSectionTitle)) in <lambda>()
459 formattedEntries[2] as FormattedSectionTitle)) in <lambda>()
541 titleEntry: FormattedSectionTitle in isSessionDetailsOverviewCorrect()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/
DFormattedDataEntry.kt69 data class FormattedSectionTitle(val title: String) : FormattedEntry(uuid = "") class in com.android.healthconnect.controller.data.entries.FormattedEntry
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DSkinTemperatureFormatter.kt93 FormattedEntry.FormattedSectionTitle( in formatRecordDetails()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/entrydetails/
DDataEntryDetailsFragmentTest.kt455 FormattedEntry.FormattedSectionTitle(title = "Variation from baseline"), in getSkinTemperatureDeltas()