Searched defs:stopUser (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserLifecycleStressTest.java82 stopUser(userInfo.id);
89 private void stopUser(int userId) throws RemoteException, InterruptedException { method in class:UserLifecycleStressTest
93 stopUser(userId, true,
110 Log.d(TAG, "stopUser takes " + (System.currentTimeMillis() - startTime) + " ms");
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTests.java133 public void stopUser() throws Exception { method in class:UserLifecycleTests
143 stopUser(userInfo.id, false);
234 stopUser(userInfo.id, true);
249 private void stopUser(int userId, boolean force) throws Exception { method in class:UserLifecycleTests
251 mIam.stopUser(userId, force /* force */, new IStopUserCallback.Stub() {
/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java234 public void stopUser(final int userHandle) { method in class:SystemServiceManager
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java561 return stopUser(userId, /* force */ true, new IStopUserCallback.Stub() {
573 int stopUser(final int userId, final boolean force, final IStopUserCallback callback) { method in class:UserController
712 mInjector.getSystemServiceManager().stopUser(userId);
H A DActivityManagerService.java26128 public int stopUser(final int userId, boolean force, final IStopUserCallback callback) { method in class:ActivityManagerService
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java6682 public @UserOperationResult int stopUser( method in class:DevicePolicyManager
6684 throwIfParentInstance("stopUser");
6686 return mService.stopUser(admin, userHandle);
6718 * and {@link #stopUser}.
6726 * @see #stopUser(ComponentName, UserHandle)
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java9084 public int stopUser(ComponentName who, UserHandle userHandle) { method in class:DevicePolicyManagerService
9139 switch (mInjector.getIActivityManager().stopUser(userId, true /*force*/, null)) {

Completed in 256 milliseconds