Searched refs:stopUser (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java171 public void stopUser(final int userHandle) { method in class:SystemServiceManager
/frameworks/base/core/java/android/app/
H A DIActivityManager.java374 public int stopUser(int userid, IStopUserCallback callback) throws RemoteException; method in interface:IActivityManager
H A DActivityManagerNative.java1871 int result = stopUser(userid, callback);
4793 public int stopUser(int userid, IStopUserCallback callback) throws RemoteException { method in class:ActivityManagerProxy
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1180 int res = mAm.stopUser(Integer.parseInt(user), null);
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1343 res = ActivityManagerNative.getDefault().stopUser(userHandle,
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java19295 public int stopUser(final int userId, final IStopUserCallback callback) { method in class:ActivityManagerService
19381 mSystemServiceManager.stopUser(userId);

Completed in 1962 milliseconds