Home
last modified time | relevance | path

Searched refs:startUser (Results 1 – 22 of 22) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedManagedProfileOwnerTestApi25.java44 startUser(mUserId); in createManagedProfile()
48 startUser(mUserId); in createManagedProfile()
DMixedManagedProfileOwnerTest.java49 startUser(mUserId); in createManagedProfile()
53 startUser(mUserId); in createManagedProfile()
DLauncherAppsMultiUserTest.java50 startUser(mSecondaryUserId); in setUp()
DQuietModeHostsideTest.java91 startUser(mProfileId); in createAndStartManagedProfile()
DEphemeralUserTest.java80 startUser(userId); in testRemoveEphemeralOnStop()
DCrossProfileAppsHostSideTest.java164 startUser(mProfileId); in createAndStartManagedProfile()
DDeviceOwnerPlusProfileOwnerTest.java595 startUser(userId); in setupManagedProfile()
620 getDevice().startUser(secondaryUserId); in setupManagedSecondaryUser()
DLauncherAppsProfileTest.java56 startUser(mProfileUserId); in setUp()
DDeviceAndProfileOwnerHostSideTransferTest.java185 startUser(userId); in setupManagedProfile()
DUserRestrictionsTest.java139 startUser(profileUserId); in testUserRestrictions_managedProfileOwnerOnly()
DBaseDevicePolicyTest.java234 protected void startUser(int userId) throws Exception { in startUser() method in BaseDevicePolicyTest
235 getDevice().startUser(userId); in startUser()
546 startUser(userId); in createUser()
DManagedProfileTest.java119 startUser(mProfileUserId); in setUp()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DShortcutManagerMultiuserTest.java49 getDevice().startUser(profileId, /* wait */ true); in testManagedUser()
67 getDevice().startUser(secondUserID); in testSecondaryUser()
/cts/hostsidetests/backup/src/android/cts/backup/
DBaseMultiUserBackupHostSideTest.java116 void startUser(int userId) throws DeviceNotAvailableException { in startUser() method in BaseMultiUserBackupHostSideTest
117 boolean startSuccessful = mDevice.startUser(userId, /* wait for RUNNING_UNLOCKED */ true); in startUser()
129 startUser(userId); in startUserAndInitializeForBackup()
DMultiUserBackupStateTest.java49 startUser(profileUserId); in setUp()
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DMultiUserTest.java155 getDevice().startUser(secondaryUserId); in testSecondaryUser()
215 getDevice().startUser(profileUserId); in testProfileUser()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPackageVisibilityTest.java86 getDevice().startUser(userId); in testUninstalledPackageVisibility()
DUtils.java151 device.startUser(userIds[i]); in prepareMultipleUsers()
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java501 getDevice().startUser(userId); in testSecondaryUser()
527 getDevice().startUser(userId); in testSecondaryUser()
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java132 device.startUser(userIds[i]); in prepareMultipleUsers()
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java147 getDevice().startUser(userId); in startUserAndWait()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java192 getDevice().startUser(userId); in createAndStartUser()