Home
last modified time | relevance | path

Searched defs:plannedExerciseSessionRecord (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DHealthDataEntryFormatterTest.kt120 val plannedExerciseSessionRecord = getSamplePlannedExerciseSessionRecord() in format_formatsPlannedExerciseSessionRecord() constant
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/backuprestore/
DCloudRestoreManagerTest.java281 Record plannedExerciseSessionRecord = in restoreChanges_exerciseSession_withTrainingPlanInChanges_keepsReference() local
314 Record plannedExerciseSessionRecord = in restoreChanges_exerciseSession_withTrainingPlanRestoredEarlier_keepsReference() local
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPlannedExerciseSessionRecordHelper.java236 Cursor cursor, PlannedExerciseSessionRecordInternal plannedExerciseSessionRecord) { in populateSpecificRecordValue()