Searched refs:stopUser (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | UserLifecycleTest.java | 148 stopUser(userInfo.id); in stopUserPerf() 234 private void stopUser(int userId) throws Exception { in stopUser() method in UserLifecycleTest 236 mIam.stopUser(userId, false /* force */, new IStopUserCallback.Stub() { in stopUser()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SystemServiceManager.java | 231 public void stopUser(final int userHandle) { in stopUser() method in SystemServiceManager
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 468 return stopUser(userId, /* force */ true, new IStopUserCallback.Stub() { in restartUser() 480 int stopUser(final int userId, final boolean force, final IStopUserCallback callback) { 1718 mService.mSystemServiceManager.stopUser(userId);
|
D | ActivityManagerShellCommand.java | 1455 int res = mInterface.stopUser(user, force, callback);
|
D | ActivityManagerService.java | 23539 public int stopUser(final int userId, boolean force, final IStopUserCallback callback) { 23540 return mUserController.stopUser(userId, force, callback);
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 504 ActivityManager.getService().stopUser(userId, false, null); in applyUserRestriction()
|
D | UserManagerService.java | 774 ActivityManager.getService().stopUser(userHandle, /* force */true, null); in setQuietModeEnabled() 2706 res = ActivityManager.getService().stopUser(userHandle, /* force= */ true, in removeUserUnchecked()
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 324 int stopUser(int userid, boolean force, in IStopUserCallback callback); in stopUser() method
|
D | ActivityManager.java | 4048 getService().stopUser(currentUser, /* force= */ false, null); in logoutCurrentUser()
|