/aosp_15_r20/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
H A D | UserLifecycleTests.java | 254 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 D | UserManagerTest.java | 504 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/ |
D | AddNewProfileTask.java | 114 private void startUser(UserInfo user) { in startUser() method in AddNewProfileTask
|
/aosp_15_r20/frameworks/base/tests/ManagedProfileLifecycleStressTest/src/com/android/test/stress/ |
H A D | ManagedProfileLifecycleStressTest.java | 143 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/ |
D | ITestDevice.java | 812 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/ |
D | ICarUserService.aidl | 43 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 D | InstrumentedTestUtilities.java | 240 public void startUser(int userId) { in startUser() method in InstrumentedTestUtilities
|
/aosp_15_r20/cts/hostsidetests/webkit/src/com/android/cts/webkit/ |
H A D | WebViewHostSideMultipleProfileTest.java | 142 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 D | AbstractCarTestCase.java | 104 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 D | FakeUserInfoHelper.java | 49 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 D | InstrumentedTestUtilities.java | 142 private static void startUser(int userId) { in startUser() method in InstrumentedTestUtilities
|
/aosp_15_r20/cts/hostsidetests/backup/src/android/cts/backup/ |
H A D | BaseMultiUserBackupHostSideTest.java | 117 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 D | MultiUserHelper.java | 245 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 D | BaseDevicePolicyTest.java | 383 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/ |
D | SimpleUserPickerFragment.java | 260 private void startUser() { in startUser() method in SimpleUserPickerFragment
|
D | ProfileUserFragment.java | 247 private void startUser() { in startUser() method in ProfileUserFragment
|
/aosp_15_r20/cts/tests/tests/car_builtin/src/android/car/cts/builtin/app/ |
H A D | ActivityManagerHelperTest.java | 493 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/ |
D | IdleServiceTest.java | 410 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 D | UserReference.java | 292 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 D | UserManagerServiceTest.java | 1048 private void startUser(@UserIdInt int userId) { in startUser() method in UserManagerServiceTest
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/user/ |
D | CarUserManager.java | 428 public void startUser(@NonNull UserStartRequest request, in startUser() method in CarUserManager
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 1906 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 D | ActivityManagerAppExitInfoTest.java | 337 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/ |
D | BaseCarUserServiceTestCase.java | 511 protected void startUser(UserStartRequest request, in startUser() method in BaseCarUserServiceTestCase
|
/aosp_15_r20/cts/tests/app/src/android/app/cts/ |
H A D | ActivityManagerTest.java | 2311 private void startUser(int userId) throws Exception { in startUser() method in ActivityManagerTest
|