Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserLifecycleStressTest.java89 stopUser(userInfo.id); in stopManagedProfileStressTest()
158 private void stopUser(int userId) throws RemoteException, InterruptedException { in stopUser() method in UserLifecycleStressTest
161 .stopUser(userId, /* force= */ true, new IStopUserCallback.Stub() { in stopUser()
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java295 public void stopUser() throws RemoteException { in stopUser() method in UserLifecycleTests
307 stopUser(userId, false); in stopUser()
426 stopUser(userId, true); in managedProfileUnlock_stopped()
481 stopUser(userId, true); in managedProfileUnlockAndLaunchApp_stopped()
556 stopUser(userId, true); in managedProfileStopped()
681 private void stopUser(int userId, boolean force) throws RemoteException { in stopUser() method in UserLifecycleTests
683 mIam.stopUser(userId, force /* force */, new IStopUserCallback.Stub() { in stopUser()
716 stopUser(testUser, true); in initializeNewUserAndSwitchBack()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DFakeUserInfoHelper.java62 public void stopUser(int userId) { in stopUser() method in FakeUserInfoHelper
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsUserLifecycleTests.java88 mIam.stopUser(mTestUserId, true, new IStopUserCallback.Stub() { in testNoCpuDataForRemovedUser()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java646 ActivityManager.getService().stopUser(userId, false, null); in applyUserRestriction()
DUserManagerService.java1239 ActivityManager.getService().stopUser(userId, /* force */true, null); in setQuietModeEnabled()
4777 res = ActivityManager.getService().stopUser(userId, /* force= */ true, in removeUserUnchecked()
/frameworks/base/core/java/android/app/
DIActivityManager.aidl406 int stopUser(int userid, boolean force, in IStopUserCallback callback); in stopUser() method
DActivityManager.java4505 public boolean stopUser(@UserIdInt int userId, boolean force) { in stopUser() method in ActivityManager
4510 return USER_OP_SUCCESS == getService().stopUser( in stopUser()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java822 stopUser(userInfo.id, /* force= */ true, /* allowDelayedLocking= */ false, in finishUserUnlockedCompleted()
870 return stopUser(userId, /* force= */ true, /* allowDelayedLocking= */ false, in restartUser()
912 int stopUser(final int userId, final boolean force, boolean allowDelayedLocking,
DActivityManagerShellCommand.java2111 int res = mInterface.stopUser(user, force, callback);
DActivityManagerService.java16259 public int stopUser(final int userId, boolean force, final IStopUserCallback callback) { in stopUser() method in ActivityManagerService
16260 return mUserController.stopUser(userId, force, /* allowDelayedLocking= */ false, in stopUser()
16283 return mUserController.stopUser(userId, force, /* allowDelayedLocking= */ true, in stopUserWithDelayedLocking()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl272 int stopUser(in ComponentName who, in UserHandle userHandle); in stopUser() method
DDevicePolicyManager.java10546 public @UserOperationResult int stopUser( in stopUser() method in DevicePolicyManager
10550 return mService.stopUser(admin, userHandle); in stopUser()
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java401 stopUser(userId); in registerBroadcastReceivers()
496 private void stopUser(int userId) { in stopUser() method in TvInteractiveAppManagerService
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java811 int r = mUserController.stopUser(userId, /* force= */ true, /* delayedLocking= */ in assertUserLockedOrUnlockedAfterStopping()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java305 stopUser(userId); in registerBroadcastReceivers()
479 private void stopUser(int userId) { in stopUser() method in TvInputManagerService
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java11115 public int stopUser(ComponentName who, UserHandle userHandle) {
11211 switch (mInjector.getIActivityManager().stopUser(userId, true /*force*/, null)) {
/frameworks/base/core/api/
Dtest-current.txt134 …sion(android.Manifest.permission.INTERACT_ACROSS_USERS_FULL) public boolean stopUser(int, boolean);
Dcurrent.txt7636 …method public int stopUser(@NonNull android.content.ComponentName, @NonNull android.os.UserHandle);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2867 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->stopUser(Landroid/content/ComponentName;Landro…
3392 Landroid/app/admin/IDevicePolicyManager;->stopUser(Landroid/content/ComponentName;Landroid/os/UserH…
5547 Landroid/app/IActivityManager$Stub$Proxy;->stopUser(IZLandroid/app/IStopUserCallback;)I
/frameworks/base/services/
Dart-profile6449 PLcom/android/server/am/ActivityManagerService;->stopUser(IZLandroid/app/IStopUserCallback;)I
10097 PLcom/android/server/am/UserController;->stopUser(IZZLandroid/app/IStopUserCallback;Lcom/android/se…