Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/
DAggregateOtherAppsDataTest.java24 import static android.healthconnect.cts.utils.DataFactory.buildExerciseSessionWithEmptyMetadata;
124 ExerciseSessionRecord exerciseSessionRecord = buildExerciseSessionWithEmptyMetadata(); in testAppWithReadPerms_aggregateOtherAppsExercise_expectSuccess()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/device/src/android/healthconnect/cts/device/
DHealthConnectDeviceTest.java23 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()
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DDataFactory.java200 public static ExerciseSessionRecord buildExerciseSessionWithEmptyMetadata() { in buildExerciseSessionWithEmptyMetadata() method in DataFactory