Searched defs:stopUser (Results 1 - 5 of 5) 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.java232 public void stopUser(final int userHandle) { method in class:SystemServiceManager
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java469 return stopUser(userId, /* force */ true, new IStopUserCallback.Stub() {
481 int stopUser(final int userId, final boolean force, final IStopUserCallback callback) { method in class:UserController
1722 mService.mSystemServiceManager.stopUser(userId);
H A DActivityManagerService.java23701 public int stopUser(final int userId, boolean force, final IStopUserCallback callback) { method in class:ActivityManagerService
23702 return mUserController.stopUser(userId, force, callback);
[all...]

Completed in 7430 milliseconds