/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserLifecycleStressTest.java | 89 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/ |
D | UserLifecycleTests.java | 295 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/ |
D | FakeUserInfoHelper.java | 62 public void stopUser(int userId) { in stopUser() method in FakeUserInfoHelper
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsUserLifecycleTests.java | 88 mIam.stopUser(mTestUserId, true, new IStopUserCallback.Stub() { in testNoCpuDataForRemovedUser()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 646 ActivityManager.getService().stopUser(userId, false, null); in applyUserRestriction()
|
D | UserManagerService.java | 1239 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/ |
D | IActivityManager.aidl | 406 int stopUser(int userid, boolean force, in IStopUserCallback callback); in stopUser() method
|
D | ActivityManager.java | 4505 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/ |
D | UserController.java | 822 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,
|
D | ActivityManagerShellCommand.java | 2111 int res = mInterface.stopUser(user, force, callback);
|
D | ActivityManagerService.java | 16259 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/ |
D | IDevicePolicyManager.aidl | 272 int stopUser(in ComponentName who, in UserHandle userHandle); in stopUser() method
|
D | DevicePolicyManager.java | 10546 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/ |
D | TvInteractiveAppManagerService.java | 401 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/ |
D | UserControllerTest.java | 811 int r = mUserController.stopUser(userId, /* force= */ true, /* delayedLocking= */ in assertUserLockedOrUnlockedAfterStopping()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 305 stopUser(userId); in registerBroadcastReceivers() 479 private void stopUser(int userId) { in stopUser() method in TvInputManagerService
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 11115 public int stopUser(ComponentName who, UserHandle userHandle) { 11211 switch (mInjector.getIActivityManager().stopUser(userId, true /*force*/, null)) {
|
/frameworks/base/core/api/ |
D | test-current.txt | 134 …sion(android.Manifest.permission.INTERACT_ACROSS_USERS_FULL) public boolean stopUser(int, boolean);
|
D | current.txt | 7636 …method public int stopUser(@NonNull android.content.ComponentName, @NonNull android.os.UserHandle);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 2867 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/ |
D | art-profile | 6449 PLcom/android/server/am/ActivityManagerService;->stopUser(IZLandroid/app/IStopUserCallback;)I 10097 PLcom/android/server/am/UserController;->stopUser(IZZLandroid/app/IStopUserCallback;Lcom/android/se…
|