Home
last modified time | relevance | path

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

/cts/hostsidetests/appsearch/src/android/appsearch/cts/
DAppSearchMultiUserTest.java89 getDevice().stopUser(mSecondaryUserId, /*waitFlag=*/true, /*forceFlag=*/true); in testStopUser_persistData()
101 getDevice().stopUser(mSecondaryUserId, /*waitFlag=*/true, /*forceFlag=*/true); in testPackageUninstall_onLockedUser()
111 getDevice().stopUser(mSecondaryUserId, /*waitFlag=*/true, /*forceFlag=*/true); in testReadStorageInfoFromFile()
118 getDevice().stopUser(mSecondaryUserId, /*waitFlag=*/true, /*forceFlag=*/true); in testReadStorageInfoFromFile()
/cts/hostsidetests/backup/src/android/cts/backup/
DProfileScheduledJobHostSideTest.java138 mDevice.stopUser(profileUserId, /* waitFlag */ true, /* forceFlag */ true); in testKeyValueBackupJobCancelled()
188 mDevice.stopUser(profileUserId, /* waitFlag */ true, /* forceFlag */ true); in testFullBackupJobCancelled()
DMultiUserBackupStateTest.java103 getDevice().stopUser(userId, true, true); in removeUser()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DShortcutManagerMultiuserTest.java75 getDevice().stopUser(secondUserID); in testSecondaryUser()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DEphemeralUserTest.java65 stopUser(userId); in testRemoveEphemeralOnStop()
DBaseDevicePolicyTest.java489 protected void stopUser(int userId) throws Exception { in stopUser() method in BaseDevicePolicyTest
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java134 device.stopUser(userIds[i]); in prepareMultipleUsers()
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideMultipleProfileTest.java164 if (!mDevice.stopUser(userId, /*waitFlag */true, /* stopFlag = */ true)) { in stopAndRemoveUser()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DDevicePolicySafetyCheckerIntegrationTest.java217 dpm.stopUser(admin, USER_HANDLE);
DCreateAndManageUserTest.java464 int actualResult = mDevicePolicyManager.stopUser(getWho(), userHandle); in stopUserAndCheckResult()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DUtils.java153 device.stopUser(userIds[i], true, true); in prepareMultipleUsers()
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java268 private boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() method in ActivityManagerAppExitInfoTest
1019 assertTrue(stopUser(mOtherUserId, true, true)); in removeTestUserIfNecessary()
1157 assertTrue(stopUser(mOtherUserId, true, true)); in testSecondaryUser()
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java610 getDevice().stopUser(userId); in testSecondaryUser()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDevicePolicyManagerWrapper.java142 doAnswer(answer).when(spy).stopUser(any(), any()); in getWrapper()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java190 stopUser(mOtherUser, true, true); in cleanUp()
1863 private boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() method in UsageStatsTest