/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | UserLifecycleTests.java | 369 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/ |
D | FakeUserInfoHelper.java | 64 public void stopUser(int userId) { in stopUser() method in FakeUserInfoHelper
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserLifecycleStressTest.java | 126 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/ |
D | UserManagerServiceTest.java | 298 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/ |
D | UserControllerTest.java | 1016 () -> 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/ |
D | UserController.java | 899 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/ |
D | IActivityManager.aidl | 455 int stopUser(int userid, boolean stopProfileRegardlessOfParent, in IStopUserCallback callback); in stopUser() method
|
D | ActivityManager.java | 5481 public boolean stopUser(@UserIdInt int userId) { in stopUser() method in ActivityManager
|
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 288 int stopUser(in ComponentName who, in UserHandle userHandle); in stopUser() method
|
D | DevicePolicyManager.java | 11666 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/ |
D | TvInteractiveAppManagerService.java | 620 stopUser(userId); in registerBroadcastReceivers() 717 private void stopUser(int userId) { in stopUser() method in TvInteractiveAppManagerService
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 338 stopUser(userId); in registerBroadcastReceivers() 501 private void stopUser(int userId) { in stopUser() method in TvInputManagerService
|
/frameworks/base/core/api/ |
D | test-current.txt | 161 …resPermission(android.Manifest.permission.INTERACT_ACROSS_USERS_FULL) public boolean stopUser(int);
|
D | current.txt | 8256 …method public int stopUser(@NonNull android.content.ComponentName, @NonNull android.os.UserHandle);
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 12935 public int stopUser(ComponentName who, UserHandle userHandle) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/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
|