Home
last modified time | relevance | path

Searched refs:createAndStartSecondaryUser (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/hosttestutils/
DSecondaryUserUtils.java44 public int createAndStartSecondaryUser() throws Exception { in createAndStartSecondaryUser() method in SecondaryUserUtils
/packages/modules/AdServices/sdksandbox/tests/cts/hostside/src/com/android/sdksandbox/cts/host/
DSdkSandboxDataIsolationHostTest.java128 int userId = mUserUtils.createAndStartSecondaryUser(); in testSdkSandboxDataIsolation_CannotVerifyOtherUserAppExistence()
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxLifecycleHostTest.java171 int secondaryUserId = mUserUtils.createAndStartSecondaryUser(); in testSandboxIsCreatedPerUser()
419 int secondaryUserId = mUserUtils.createAndStartSecondaryUser(); in testSdkSandboxProcessNameForSecondaryUser()
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java154 int secondaryUserId = mUserUtils.createAndStartSecondaryUser(); in testSdkDataRootDirectory_IsCreatedOnUserCreate()
168 final int newUser = mUserUtils.createAndStartSecondaryUser(); in testSdkDataRootDirectory_IsDestroyedOnUserDeletion()
691 int secondaryUserId = mUserUtils.createAndStartSecondaryUser(); in testSdkDataPackageDirectory_IsUserSpecific()