Home
last modified time | relevance | path

Searched defs:startUser (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTests.java254 public void startUser() throws RemoteException { in startUser() method in UserLifecycleTests
469 final int startUser = mAm.getCurrentUser(); in switchUser() local
489 final int startUser = ActivityManager.getCurrentUser(); in switchUser_realistic() local
510 final int startUser = mAm.getCurrentUser(); in switchUser_stopped() local
562 final int startUser = ActivityManager.getCurrentUser(); in switchUser_stopped_staticWallpaper() local
588 final int startUser = mAm.getCurrentUser(); in switchUser_running() local
607 final int startUser = ActivityManager.getCurrentUser(); in switchUser_running_initializedUser() local
631 final int startUser = ActivityManager.getCurrentUser(); in switchUser_running_staticWallpaper() local
705 final int startUser = mAm.getCurrentUser(); in lockedBootCompleted() local
728 final int startUser = ActivityManager.getCurrentUser(); in lockedBootCompleted_realistic() local
[all …]
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java504 final int startUser = ActivityManager.getCurrentUser(); in testRemoveUserShouldNotRemoveCurrentUser() local
523 final int startUser = ActivityManager.getCurrentUser(); in testRemoveUserShouldNotRemoveCurrentUser_DuringUserSwitch() local
616 final int startUser = ActivityManager.getCurrentUser(); in testRemoveUserShouldNotRemoveTargetUser_DuringUserSwitch() local
719 final int startUser = ActivityManager.getCurrentUser(); in testRemoveUserWhenPossible_currentUserSetEphemeral() local
741 final int startUser = ActivityManager.getCurrentUser(); in testRemoveUserWhenPossible_currentUserSetEphemeral_duringUserSwitch() local
764 final int startUser = ActivityManager.getCurrentUser(); in testRemoveUserWhenPossible_targetUserSetEphemeral_duringUserSwitch() local
1720 final int startUser = ActivityManager.getCurrentUser(); in testSwitchUser() local
1732 final int startUser = ActivityManager.getCurrentUser(); in testSwitchUserByHandle() local
1749 final int startUser = ActivityManager.getCurrentUser(); in testConcurrentUserSwitch() local
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DAddNewProfileTask.java114 private void startUser(UserInfo user) { in startUser() method in AddNewProfileTask
/aosp_15_r20/frameworks/base/tests/ManagedProfileLifecycleStressTest/src/com/android/test/stress/
H A DManagedProfileLifecycleStressTest.java143 private void startUser(int userId) throws Exception { in startUser() method in ManagedProfileLifecycleStressTest
/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java812 public boolean startUser(int userId) throws DeviceNotAvailableException; in startUser() method
824 public boolean startUser(int userId, boolean waitFlag) throws DeviceNotAvailableException; in startUser() method
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/
DICarUserService.aidl43 void startUser(in UserStartRequest request, in ResultCallbackImpl<UserStartResponse> callback); in startUser() method
/aosp_15_r20/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/utils/
H A DInstrumentedTestUtilities.java240 public void startUser(int userId) { in startUser() method in InstrumentedTestUtilities
/aosp_15_r20/cts/hostsidetests/webkit/src/com/android/cts/webkit/
H A DWebViewHostSideMultipleProfileTest.java142 private void startUser(int userId) throws DeviceNotAvailableException { in startUser() method in WebViewHostSideMultipleProfileTest
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/
H A DAbstractCarTestCase.java104 public void startUser(int userId) throws Exception { in startUser() method in AbstractCarTestCase
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeUserInfoHelper.java49 public void startUser(int userId) { in startUser() method in FakeUserInfoHelper
/aosp_15_r20/external/connectedappssdk/testing/sdk/src/main/java/com/google/android/enterprise/connectedapps/testing/
H A DInstrumentedTestUtilities.java142 private static void startUser(int userId) { in startUser() method in InstrumentedTestUtilities
/aosp_15_r20/cts/hostsidetests/backup/src/android/cts/backup/
H A DBaseMultiUserBackupHostSideTest.java117 void startUser(int userId) throws DeviceNotAvailableException { in startUser() method in BaseMultiUserBackupHostSideTest
/aosp_15_r20/platform_testing/libraries/car-helpers/multiuser-helper/src/android/platform/helpers/
H A DMultiUserHelper.java245 public void startUser(int id, int displayId) throws Exception { in startUser() method in MultiUserHelper
/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
H A DBaseDevicePolicyTest.java383 protected void startUser(int userId) throws Exception { in startUser() method in BaseDevicePolicyTest
400 protected void startUser(int userId, boolean waitFlag) throws Exception { in startUser() method in BaseDevicePolicyTest
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DSimpleUserPickerFragment.java260 private void startUser() { in startUser() method in SimpleUserPickerFragment
DProfileUserFragment.java247 private void startUser() { in startUser() method in ProfileUserFragment
/aosp_15_r20/cts/tests/tests/car_builtin/src/android/car/cts/builtin/app/
H A DActivityManagerHelperTest.java493 private static void startUser(int userId) throws Exception { in startUser() method in ActivityManagerHelperTest
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DIdleServiceTest.java410 private void startUser(int userId) throws IOException { in startUser() method in IdleServiceTest
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
H A DUserReference.java292 private UserReference startUser(int displayId) { in startUser() method in UserReference
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DUserManagerServiceTest.java1048 private void startUser(@UserIdInt int userId) { in startUser() method in UserManagerServiceTest
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java428 public void startUser(@NonNull UserStartRequest request, in startUser() method in CarUserManager
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1906 public boolean startUser(int userId) throws DeviceNotAvailableException { in startUser() method in TestDevice
1912 public boolean startUser(int userId, boolean waitFlag) throws DeviceNotAvailableException { in startUser() method in TestDevice
/aosp_15_r20/cts/tests/app/AppExitTest/src/android/app/cts/
H A DActivityManagerAppExitInfoTest.java337 private boolean startUser(int userId, boolean waitFlag) throws Exception { in startUser() method in ActivityManagerAppExitInfoTest
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java511 protected void startUser(UserStartRequest request, in startUser() method in BaseCarUserServiceTestCase
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DActivityManagerTest.java2311 private void startUser(int userId) throws Exception { in startUser() method in ActivityManagerTest

1234