/cts/hostsidetests/appsearch/src/android/appsearch/cts/ |
D | AppSearchMultiUserTest.java | 58 assertThat(getDevice().startUser(mSecondaryUserId)).isTrue(); in setUp() 90 getDevice().startUser(mSecondaryUserId, /*waitFlag=*/true); in testStopUser_persistData() 103 getDevice().startUser(mSecondaryUserId, /*waitFlag=*/true); in testPackageUninstall_onLockedUser() 112 getDevice().startUser(mSecondaryUserId, /*waitFlag=*/true); in testReadStorageInfoFromFile() 119 getDevice().startUser(mSecondaryUserId, /*waitFlag=*/true); in testReadStorageInfoFromFile()
|
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/ |
D | ShortcutManagerMultiuserTest.java | 49 getDevice().startUser(profileId, /* wait */ true); in testManagedUser() 67 getDevice().startUser(secondUserID, true); in testSecondaryUser()
|
/cts/hostsidetests/webkit/src/com/android/cts/webkit/ |
D | WebViewHostSideMultipleProfileTest.java | 81 startUser(mUserId); in testSecondProfile() 93 startUser(mUserId); in testManagedProfile() 142 private void startUser(int userId) throws DeviceNotAvailableException { in startUser() method in WebViewHostSideMultipleProfileTest 143 if (!mDevice.startUser(userId)) { in startUser()
|
/cts/hostsidetests/backup/src/android/cts/backup/ |
D | BaseMultiUserBackupHostSideTest.java | 115 void startUser(int userId) throws DeviceNotAvailableException { in startUser() method in BaseMultiUserBackupHostSideTest 116 boolean startSuccessful = mDevice.startUser(userId, /* wait for RUNNING_UNLOCKED */ true); in startUser() 128 startUser(userId); in startUserAndInitializeForBackup()
|
D | MultiUserBackupStateTest.java | 59 startUser(profileUserId); in setUp()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | CrossProfileAppsPermissionHostSideTest.java | 139 getDevice().startUser(mProfileId, /*waitFlag= */true); in testCanRequestInteractAcrossProfiles_packageNotInstalled_returnsTrue() 173 getDevice().startUser(mProfileId, /* waitFlag= */ true); in testCanRequestInteractAcrossProfiles_profileOwner_returnsFalse() 362 getDevice().startUser(mProfileId, /*waitFlag= */true); in addManagedProfileAndInstallRequiredPackages()
|
D | LauncherAppsMultiUserTest.java | 50 startUser(mSecondaryUserId); in setUp()
|
D | SeparateProfileChallengeTest.java | 63 startUser(profileUserId); in testSeparateProfileChallengePermissions()
|
D | EphemeralUserTest.java | 63 startUser(userId); in testRemoveEphemeralOnStop()
|
D | BaseDevicePolicyTest.java | 396 protected void startUser(int userId) throws Exception { in startUser() method in BaseDevicePolicyTest 398 getDevice().startUser(userId); in startUser() 404 getDevice().startUser(userId, /* waitFlag= */ true); in startUserAndWait() 413 protected void startUser(int userId, boolean waitFlag) throws Exception { in startUser() method in BaseDevicePolicyTest 414 getDevice().startUser(userId, waitFlag); in startUser() 674 startUser(userId); in createUser()
|
D | UserRestrictionsTest.java | 139 startUser(profileUserId); in testUserRestrictions_managedProfileOwnerOnly()
|
D | QuietModeHostsideTest.java | 218 startUser(mProfileId); in createAndStartManagedProfile()
|
D | CrossProfileAppsHostSideTest.java | 305 startUser(mProfileId); in createAndStartManagedProfile()
|
D | DeviceOwnerPlusProfileOwnerTest.java | 389 getDevice().startUser(secondaryUserId, /* waitFlag= */ true); in setupManagedSecondaryUser()
|
D | DeviceOwnerTest.java | 861 startUser(mPrimaryUserId); in testSetUserControlDisabledPackages_multiUser_reboot_verifyPackageNotStopped()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | PackageVisibilityTest.java | 86 getDevice().startUser(userId); in testUninstalledPackageVisibility() 132 getDevice().startUser(userId); in testUninstalledPackageVisibility()
|
D | ResumeOnRebootHostTest.java | 211 getDevice().startUser(secondaryUser); in resumeOnReboot_TwoUsers_SingleUserUnlock_Success() 270 getDevice().startUser(secondaryUser); in resumeOnReboot_TwoUsers_BothUserUnlock_Success()
|
D | AppDataIsolationTests.java | 358 getDevice().startUser(mOtherUser, true /* wait */); in testAppUnableToAccessOtherUserAppDataDir() 374 getDevice().startUser(mOtherUser, true /* wait */); in testAppUnableToAccessOtherUserAppDataDirApi29()
|
D | Utils.java | 151 device.startUser(userIds[i], true); in prepareMultipleUsers()
|
/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/ |
D | PackageManagerMultiUserTest.java | 44 getDevice().startUser(newUserId); in testGetInstalledModules()
|
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/ |
D | MultiUserTest.java | 155 getDevice().startUser(secondaryUserId, true /* waitFlag */); in testSecondaryUser() 187 getDevice().startUser(secondaryUserId, true /* waitFlag */); in testSecondaryUser() 221 getDevice().startUser(profileUserId, true /* waitFlag */); in testProfileUser()
|
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/ |
D | Utils.java | 132 device.startUser(userIds[i]); in prepareMultipleUsers()
|
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/ |
D | BlobStoreMultiUserTest.java | 48 assertThat(testInfo.getDevice().startUser(mSecondaryUserId)).isTrue(); in setUpClass()
|
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/ |
D | AppBindingHostTest.java | 590 getDevice().startUser(userId); in testSecondaryUser() 616 getDevice().startUser(userId); in testSecondaryUser()
|
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/ |
D | NumberBlockingTest.java | 149 getDevice().startUser(userId); in startUserAndWait()
|