Home
last modified time | relevance | path

Searched refs:stopUser (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserLifecycleStressTest.java82 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/
DUserLifecycleTests.java133 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/
DBatteryStatsUserLifecycleTests.java86 mIam.stopUser(mTestUserId, true, new IStopUserCallback.Stub() { in testNoCpuDataForRemovedUser()
/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java232 public void stopUser(final int userHandle) { in stopUser() method in SystemServiceManager
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java503 ActivityManager.getService().stopUser(userId, false, null); in applyUserRestriction()
DUserManagerService.java778 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/
DUserController.java469 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);
DActivityManagerShellCommand.java1631 int res = mInterface.stopUser(user, force, callback);
DActivityManagerService.java23729 public int stopUser(final int userId, boolean force, final IStopUserCallback callback) {
23730 return mUserController.stopUser(userId, force, callback);
/frameworks/base/core/java/android/app/
DIActivityManager.aidl331 int stopUser(int userid, boolean force, in IStopUserCallback callback); in stopUser() method
DActivityManager.java4065 getService().stopUser(currentUser, /* force= */ false, null); in logoutCurrentUser()
/frameworks/base/config/
Dboot-image-profile.txt16585 HSPLandroid/app/IActivityManager;->stopUser(IZLandroid/app/IStopUserCallback;)I