Home
last modified time | relevance | path

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

/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DShortcutManagerMultiuserTest.java49 getDevice().startUser(profileId, /* wait */ true); in testManagedUser()
67 getDevice().startUser(secondUserID, true); 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/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java278 protected void startUser(int userId) throws Exception { in startUser() method in BaseDevicePolicyTest
279 getDevice().startUser(userId); in startUser()
284 getDevice().startUser(userId, /* waitFlag= */ true); in startUserAndWait()
293 protected void startUser(int userId, boolean waitFlag) throws Exception { in startUser() method in BaseDevicePolicyTest
294 getDevice().startUser(userId, waitFlag); in startUser()
613 startUser(userId); in createUser()
DLauncherAppsMultiUserTest.java50 startUser(mSecondaryUserId); in setUp()
DEphemeralUserTest.java80 startUser(userId); in testRemoveEphemeralOnStop()
DQuietModeHostsideTest.java91 startUser(mProfileId); in createAndStartManagedProfile()
DCrossProfileAppsHostSideTest.java164 startUser(mProfileId); in createAndStartManagedProfile()
DUserRestrictionsTest.java139 startUser(profileUserId); in testUserRestrictions_managedProfileOwnerOnly()
DDeviceOwnerPlusProfileOwnerTest.java620 getDevice().startUser(secondaryUserId, /* waitFlag= */ true); in setupManagedSecondaryUser()
DManagedProfileTest.java119 startUser(mProfileUserId); in setUp()
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DMultiUserTest.java155 getDevice().startUser(secondaryUserId, true /* waitFlag */); in testSecondaryUser()
215 getDevice().startUser(profileUserId, true /* waitFlag */); in testProfileUser()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPackageVisibilityTest.java86 getDevice().startUser(userId); in testUninstalledPackageVisibility()
DUtils.java151 device.startUser(userIds[i], true); in prepareMultipleUsers()
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java500 getDevice().startUser(userId); in testSecondaryUser()
526 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.java149 getDevice().startUser(userId); in startUserAndWait()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java192 getDevice().startUser(userId); in createAndStartUser()