Home
last modified time | relevance | path

Searched refs:stopUser (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/backup/src/android/cts/backup/
DProfileScheduledJobHostSideTest.java139 mDevice.stopUser(profileUserId, /* waitFlag */ true, /* forceFlag */ true); in testKeyValueBackupJobCancelled()
189 mDevice.stopUser(profileUserId, /* waitFlag */ true, /* forceFlag */ true); in testFullBackupJobCancelled()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DShortcutManagerMultiuserTest.java73 getDevice().stopUser(secondUserID); in testSecondaryUser()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DEphemeralUserTest.java82 stopUser(userId); in testRemoveEphemeralOnStop()
DBaseDevicePolicyTest.java378 protected void stopUser(int userId) throws Exception { in stopUser() method in BaseDevicePolicyTest
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DCreateAndManageUserTest.java193 mDevicePolicyManager.stopUser(getWho(), userHandle)); in testCreateAndManageUser_CannotStopCurrentUser()
265 mDevicePolicyManager.stopUser(getWho(), userHandle)); in testCreateAndManageUser_StopUser()
297 mDevicePolicyManager.stopUser(getWho(), userHandle)); in testCreateAndManageUser_StopEphemeralUser_DisallowRemoveUser()
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
DManagementTest.java114 mDevicePolicyManager.stopUser(AdminReceiver.getComponentName(mContext), in testCannotStopManagedProfile()
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java134 device.stopUser(userIds[i]); in prepareMultipleUsers()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DUtils.java153 device.stopUser(userIds[i], true, true); in prepareMultipleUsers()
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java520 getDevice().stopUser(userId); in testSecondaryUser()