Searched refs:startUser (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | UserLifecycleTest.java | 124 final int startUser = mAm.getCurrentUser(); in switchUserPerf() local 131 switchUser(startUser); in switchUserPerf() 160 final int startUser = mAm.getCurrentUser(); in lockedBootCompletedPerf() local 170 switchUser(startUser); in lockedBootCompletedPerf() 199 final int startUser = mAm.getCurrentUser(); in ephemeralUserStoppedPerf() local 214 registerUserSwitchObserver(switchLatch, null, startUser); in ephemeralUserStoppedPerf() 217 mAm.switchUser(startUser); in ephemeralUserStoppedPerf()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserSwitchingDialog.java | 109 startUser(); in onWindowShown() 112 void startUser() { in startUser() method in UserSwitchingDialog 132 startUser();
|
D | UserController.java | 473 mHandler.post(() -> startUser(userId, foreground)); in restartUser() 773 startUser(profilesToStart.get(i).id, /* foreground= */ false); 813 boolean startUser(final int userId, final boolean foreground) { 976 boolean success = startUser(targetUserId, /* foreground */ true);
|
D | ActivityManagerService.java | 2229 mSystemServiceManager.startUser(msg.arg1); in handleMessage() 14136 mSystemServiceManager.startUser(currentUserId); 23478 return mUserController.startUser(userId, /* foreground */ false);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | UserControllerTest.java | 115 mUserController.startUser(TEST_USER_ID, true /* foreground */); in testStartUser_foreground() 130 mUserController.startUser(TEST_USER_ID, false /* foreground */); in testStartUser_background() 145 mUserController.startUser(TEST_USER_ID, true /* foreground */); in testStartUserUIDisabled() 197 mUserController.startUser(TEST_USER_ID, true); in testDispatchUserSwitch() 227 mUserController.startUser(TEST_USER_ID, true); in testDispatchUserSwitchBadReceiver() 245 mUserController.startUser(TEST_USER_ID, true); in testContinueUserSwitch() 262 mUserController.startUser(TEST_USER_ID, true); in testContinueUserSwitchUIDisabled() 291 mUserController.startUser(TEST_USER_ID, true); in testDispatchUserSwitchComplete()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 474 final int startUser = am.getCurrentUser(); in testSwitchUser() local 480 switchUser(startUser); in testSwitchUser()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SystemServiceManager.java | 174 public void startUser(final int userHandle) { in startUser() method in SystemServiceManager
|