Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DPlannedExerciseSessionRecordFormatterTest.kt33 import com.android.healthconnect.controller.tests.utils.getPlannedExerciseSessionRecord
114 getPlannedExerciseSessionRecord( in <lambda>()
174 getPlannedExerciseSessionRecord( in <lambda>()
232 getPlannedExerciseSessionRecord( in <lambda>()
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/seed/
DSeedActivityData.kt389 getPlannedExerciseSessionRecord( in <lambda>()
398 getPlannedExerciseSessionRecord( in <lambda>()
407 getPlannedExerciseSessionRecord( in <lambda>()
416 getPlannedExerciseSessionRecord( in <lambda>()
425 getPlannedExerciseSessionRecord( in <lambda>()
905 private fun getPlannedExerciseSessionRecord( in <lambda>() method in com.android.healthconnect.testapps.toolbox.seed.SeedActivityData
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DTestConstants.kt227 return getPlannedExerciseSessionRecord( in getSamplePlannedExerciseSessionRecord()
234 fun getPlannedExerciseSessionRecord( in getPlannedExerciseSessionRecord() method
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/libs/HealthConnectTestLib/src/android/healthconnect/cts/lib/
DBundleHelper.java811 values = getPlannedExerciseSessionRecord(plannedExerciseSessionRecord); in fromRecord()
1181 private static Bundle getPlannedExerciseSessionRecord(PlannedExerciseSessionRecord record) { in getPlannedExerciseSessionRecord() method