Searched refs:exerciseSessionRecords (Results 1 – 4 of 4) sorted by relevance
35 val exerciseSessionRecords: LiveData<Result<List<ExerciseSessionRecord>>> constant in com.android.healthconnect.testapps.toolbox.viewmodels.RouteRequestViewModel
56 routeRequestViewModel.exerciseSessionRecords.observe(viewLifecycleOwner) { in <lambda>()
986 List<ExerciseSessionRecord> exerciseSessionRecords = in trainingPlanDeleted_multipleLinkedExerciseSessions_changelogsGeneratedForEach() local988 assertThat(exerciseSessionRecords).hasSize(2); in trainingPlanDeleted_multipleLinkedExerciseSessions_changelogsGeneratedForEach()989 for (ExerciseSessionRecord exerciseSessionRecord : exerciseSessionRecords) { in trainingPlanDeleted_multipleLinkedExerciseSessions_changelogsGeneratedForEach()
608 List<ExerciseSessionRecord> exerciseSessionRecords = in testAppCanReadRecordsUsingDataOriginFilters() local621 assertThat(exerciseSessionRecords).hasSize(1); in testAppCanReadRecordsUsingDataOriginFilters()