/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserLifecycleStressTest.java | 82 stopUser(userInfo.id); in stopManagedProfileStressTest() 89 private void stopUser(int userId) throws RemoteException, InterruptedException { in stopUser() method in UserLifecycleStressTest 93 stopUser(userId, true, in stopUser()
|
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | UserLifecycleTests.java | 133 public void stopUser() throws Exception { in stopUser() method in UserLifecycleTests 143 stopUser(userInfo.id, false); in stopUser() 234 stopUser(userInfo.id, true); in managedProfileStopped() 249 private void stopUser(int userId, boolean force) throws Exception { in stopUser() method in UserLifecycleTests 251 mIam.stopUser(userId, force /* force */, new IStopUserCallback.Stub() { in stopUser()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsUserLifecycleTests.java | 86 mIam.stopUser(mTestUserId, true, new IStopUserCallback.Stub() { in testNoCpuDataForRemovedUser()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SystemServiceManager.java | 232 public void stopUser(final int userHandle) { in stopUser() method in SystemServiceManager
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 503 ActivityManager.getService().stopUser(userId, false, null); in applyUserRestriction()
|
D | UserManagerService.java | 778 ActivityManager.getService().stopUser(userHandle, /* force */true, null); in setQuietModeEnabled() 2709 res = ActivityManager.getService().stopUser(userHandle, /* force= */ true, in removeUserUnchecked()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 469 return stopUser(userId, /* force */ true, new IStopUserCallback.Stub() { in restartUser() 481 int stopUser(final int userId, final boolean force, final IStopUserCallback callback) { 1722 mService.mSystemServiceManager.stopUser(userId);
|
D | ActivityManagerShellCommand.java | 1631 int res = mInterface.stopUser(user, force, callback);
|
D | ActivityManagerService.java | 23729 public int stopUser(final int userId, boolean force, final IStopUserCallback callback) { 23730 return mUserController.stopUser(userId, force, callback);
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 331 int stopUser(int userid, boolean force, in IStopUserCallback callback); in stopUser() method
|
D | ActivityManager.java | 4065 getService().stopUser(currentUser, /* force= */ false, null); in logoutCurrentUser()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16585 HSPLandroid/app/IActivityManager;->stopUser(IZLandroid/app/IStopUserCallback;)I
|