Searched refs:buildExerciseSessionWithEmptyMetadata (Results 1 – 3 of 3) sorted by relevance
24 import static android.healthconnect.cts.utils.DataFactory.buildExerciseSessionWithEmptyMetadata;124 ExerciseSessionRecord exerciseSessionRecord = buildExerciseSessionWithEmptyMetadata(); in testAppWithReadPerms_aggregateOtherAppsExercise_expectSuccess()
23 import static android.healthconnect.cts.utils.DataFactory.buildExerciseSessionWithEmptyMetadata;321 APP_WITH_WRITE_PERMS_ONLY, buildExerciseSessionWithEmptyMetadata()), in testAppWithReadPerms_readOtherAppsDataByIds_expectSuccess()335 buildExerciseSessionWithEmptyMetadata())); in testAppWithReadPerms_readOtherAppsDataByIds_expectSuccess()366 buildExerciseSessionWithEmptyMetadata()), in testAppWithReadPerms_readOtherAppsDataByFilters_expectSuccess()377 buildExerciseSessionWithEmptyMetadata())); in testAppWithReadPerms_readOtherAppsDataByFilters_expectSuccess()661 buildExerciseSessionWithEmptyMetadata(), in testAppWithReadPerms_getChangeTokensAndLogsOfOtherApps_expectSuccess()
200 public static ExerciseSessionRecord buildExerciseSessionWithEmptyMetadata() { in buildExerciseSessionWithEmptyMetadata() method in DataFactory