Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/
DAggregateOtherAppsDataTest.java25 import static android.healthconnect.cts.utils.DataFactory.buildSleepSessionWithEmptyMetadata;
139 SleepSessionRecord sleepSessionRecord = buildSleepSessionWithEmptyMetadata(); in testAppWithReadPerms_aggregateOtherAppsSleep_expectSuccess()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/device/src/android/healthconnect/cts/device/
DHealthConnectDeviceTest.java24 import static android.healthconnect.cts.utils.DataFactory.buildSleepSessionWithEmptyMetadata;
314 APP_WITH_WRITE_PERMS_ONLY, buildSleepSessionWithEmptyMetadata()), in testAppWithReadPerms_readOtherAppsDataByIds_expectSuccess()
327 APP_A_WITH_READ_WRITE_PERMS, buildSleepSessionWithEmptyMetadata()), in testAppWithReadPerms_readOtherAppsDataByIds_expectSuccess()
360 buildSleepSessionWithEmptyMetadata()), in testAppWithReadPerms_readOtherAppsDataByFilters_expectSuccess()
371 buildSleepSessionWithEmptyMetadata()), in testAppWithReadPerms_readOtherAppsDataByFilters_expectSuccess()
662 buildSleepSessionWithEmptyMetadata(), in testAppWithReadPerms_getChangeTokensAndLogsOfOtherApps_expectSuccess()
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DDataFactory.java168 public static SleepSessionRecord buildSleepSessionWithEmptyMetadata() { in buildSleepSessionWithEmptyMetadata() method in DataFactory