Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/entrydetails/
DPlannedExerciseBlockViewBinder.kt28 class PlannedExerciseBlockViewBinder : ViewBinder<PlannedExerciseBlockEntry, View> { class
DDataEntryDetailsFragment.kt120 private val plannedExerciseBlockViewBinder by lazy { PlannedExerciseBlockViewBinder() } in <lambda>()