Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java369 stopUser(userId); in startUser_startedTwiceBefore()
432 stopUser(userId); in startAndUnlockUser_startedTwiceBefore()
651 public void stopUser() throws RemoteException { in stopUser() method in UserLifecycleTests
663 stopUser(userId); in stopUser()
688 stopUser(userId); in stopUser_realistic()
1147 stopUser(userId); in managedProfileStopped()
1171 stopUser(userId); in managedProfileStopped_realistic()
1300 stopUser(userId); in stopUserAfterWaitingForBroadcastIdle()
1303 private void stopUser(int userId) throws RemoteException { in stopUser() method in UserLifecycleTests
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DFakeUserInfoHelper.java64 public void stopUser(int userId) { in stopUser() method in FakeUserInfoHelper
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserLifecycleStressTest.java126 stopUser(userInfo.id); in stopManagedProfileStressTest()
242 private void stopUser(int userId) throws RemoteException, InterruptedException { in stopUser() method in UserLifecycleStressTest
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DUserManagerServiceTest.java298 stopUser(USER_ID); in testIsUserRunning_StoppedUserShouldReturnFalse()
986 stopUser(PROFILE_USER_ID); in stopDefaultProfile()
993 private void stopUser(@UserIdInt int userId) { in stopUser() method in UserManagerServiceTest
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java1016 () -> mUserController.stopUser(userId, in testStopUser_invalidUser()
1025 int r = mUserController.stopUser(userId, in testStopUser_systemUser()
1037 int r = mUserController.stopUser(TEST_USER_ID1, in testStopUser_currentUser()
1496 int r = mUserController.stopUser(userId, /* allowDelayedLocking= */ in assertUserLockedOrUnlockedAfterStopping()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java899 stopUser(userInfo.id, /* allowDelayedLocking= */ false, in finishUserUnlockedCompleted()
954 return stopUser(userId, /* allowDelayedLocking= */ false, in restartUser()
996 int stopUser(final int userId, boolean allowDelayedLocking,
998 return stopUser(userId, true, allowDelayedLocking, stopUserCallback, keyEvictedCallback);
1001 int stopUser(final int userId,
/frameworks/base/core/java/android/app/
DIActivityManager.aidl455 int stopUser(int userid, boolean stopProfileRegardlessOfParent, in IStopUserCallback callback); in stopUser() method
DActivityManager.java5481 public boolean stopUser(@UserIdInt int userId) { in stopUser() method in ActivityManager
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl288 int stopUser(in ComponentName who, in UserHandle userHandle); in stopUser() method
DDevicePolicyManager.java11666 public @UserOperationResult int stopUser( in stopUser() method in DevicePolicyManager
11670 return mService.stopUser(admin, userHandle); in stopUser()
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java620 stopUser(userId); in registerBroadcastReceivers()
717 private void stopUser(int userId) { in stopUser() method in TvInteractiveAppManagerService
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java338 stopUser(userId); in registerBroadcastReceivers()
501 private void stopUser(int userId) { in stopUser() method in TvInputManagerService
/frameworks/base/core/api/
Dtest-current.txt161 …resPermission(android.Manifest.permission.INTERACT_ACROSS_USERS_FULL) public boolean stopUser(int);
Dcurrent.txt8256 …method public int stopUser(@NonNull android.content.ComponentName, @NonNull android.os.UserHandle);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java12935 public int stopUser(ComponentName who, UserHandle userHandle) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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