HomeSort by relevance Sort by last modified time
    Searched refs:startUser (Results 1 - 25 of 29) sorted by null

1 2

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
MixedManagedProfileOwnerTestApi25.java 44 startUser(mUserId);
48 startUser(mUserId);
MixedManagedProfileOwnerTest.java 47 startUser(mUserId);
51 startUser(mUserId);
EphemeralUserTest.java 80 startUser(userId);
LauncherAppsMultiUserTest.java 49 startUser(mSecondaryUserId);
QuietModeHostsideTest.java 67 startUser(mProfileId);
CrossProfileAppsHostSideTest.java 102 startUser(mProfileId);
DeviceAndProfileOwnerHostSideTransferTest.java 168 startUser(userId);
LauncherAppsProfileTest.java 54 startUser(mProfileUserId);
UserRestrictionsTest.java 137 startUser(profileUserId);
DeviceOwnerPlusProfileOwnerTest.java 562 startUser(userId);
587 getDevice().startUser(secondaryUserId);
BaseDevicePolicyTest.java 200 protected void startUser(int userId) throws Exception {
201 getDevice().startUser(userId);
509 startUser(userId);
    [all...]
ManagedProfileTest.java 115 startUser(mProfileUserId);
    [all...]
  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
ShortcutManagerMultiuserTest.java 48 getDevice().startUser(profileId);
67 getDevice().startUser(secondUserID);
  /frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
UserLifecycleTests.java 119 final int startUser = mAm.getCurrentUser();
126 switchUser(startUser);
155 final int startUser = mAm.getCurrentUser();
165 switchUser(startUser);
194 final int startUser = mAm.getCurrentUser();
209 registerUserSwitchObserver(switchLatch, null, startUser);
212 mAm.switchUser(startUser);
  /frameworks/base/services/core/java/com/android/server/am/
UserSwitchingDialog.java 136 startUser();
139 void startUser() {
159 startUser();
UserController.java 159 * new user. It has no impact on {@link #startUser(int, boolean)} behavior.
566 mHandler.post(() -> startUser(userId, foreground));
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
UserControllerTest.java 126 mUserController.startUser(TEST_USER_ID, true /* foreground */);
137 mUserController.startUser(TEST_USER_ID, false /* foreground */);
148 mUserController.startUser(TEST_USER_ID, true /* foreground */);
200 mUserController.startUser(TEST_USER_ID, true);
230 mUserController.startUser(TEST_USER_ID, true);
248 mUserController.startUser(TEST_USER_ID, true);
265 mUserController.startUser(TEST_USER_ID, true);
294 mUserController.startUser(TEST_USER_ID, true);
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
PackageVisibilityTest.java 78 getDevice().startUser(userId);
Utils.java 132 device.startUser(userIds[i]);
  /cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
NumberBlockingTest.java 122 assertTrue(getDevice().startUser(mSecondaryUserId));
  /tools/tradefederation/core/src/com/android/tradefed/device/
ITestDevice.java 455 public boolean startUser(int userId) throws DeviceNotAvailableException;
TestDevice.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 503 final int startUser = am.getCurrentUser();
509 switchUser(startUser);
  /cts/hostsidetests/media/src/android/media/cts/
BaseMultiUserTest.java 192 getDevice().startUser(userId);
  /frameworks/base/services/core/java/com/android/server/
SystemServiceManager.java 177 public void startUser(final int userHandle) {

Completed in 643 milliseconds

1 2