Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DExerciseSessionFormatter.kt177 title = formatSegmentTitle(segment.repetitionsCount, segment.segmentType), in <lambda>()
192 private fun formatSegmentTitle(repetitionsCount: Int, type: Int): String { in <lambda>() method in com.android.healthconnect.controller.dataentries.formatters.ExerciseSessionFormatter