Searched refs:buildSleepSessionWithEmptyMetadata (Results 1 – 3 of 3) sorted by relevance
25 import static android.healthconnect.cts.utils.DataFactory.buildSleepSessionWithEmptyMetadata;139 SleepSessionRecord sleepSessionRecord = buildSleepSessionWithEmptyMetadata(); in testAppWithReadPerms_aggregateOtherAppsSleep_expectSuccess()
24 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()
168 public static SleepSessionRecord buildSleepSessionWithEmptyMetadata() { in buildSleepSessionWithEmptyMetadata() method in DataFactory