Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/entrydetails/
DFormattedSectionContentViewBinder.kt28 class FormattedSectionContentViewBinder : ViewBinder<FormattedSectionContent, View> { class
DDataEntryDetailsFragment.kt123 private val formattedSectionContentViewBinder by lazy { FormattedSectionContentViewBinder() } in <lambda>()