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

1 2 3 4 5 6 7 8

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ICrossUserService.aidl 22 void switchUser(in UserHandle userHandle);
DeviceAdminTestReceiver.java 122 iCrossUserService.switchUser(Process.myUserHandle());
232 public void switchUser(UserHandle userHandle) {
233 Log.d(TAG, "switchUser: " + userHandle);
234 getSystemService(DevicePolicyManager.class).switchUser(getReceiverComponentName(),
  /frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
UserLifecycleTests.java 116 public void switchUser() throws Exception {
123 switchUser(userInfo.id);
126 switchUser(startUser);
161 mAm.switchUser(userInfo.id);
165 switchUser(startUser);
197 switchUser(userInfo.id);
212 mAm.switchUser(startUser);
242 private void switchUser(int userId) throws Exception {
245 mAm.switchUser(userId);
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
MixedManagedProfileOwnerTestApi25.java 43 switchUser(mParentUserId);
MixedManagedProfileOwnerTest.java 46 switchUser(mParentUserId);
QuietModeHostsideTest.java 66 switchUser(mPrimaryUserId);
CrossProfileAppsHostSideTest.java 101 switchUser(mPrimaryUserId);
DeviceOwnerTest.java 99 switchUser(USER_SYSTEM);
188 * {@link android.app.admin.DevicePolicyManager#switchUser} is tested.
    [all...]
  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
ShortcutManagerMultiuserTest.java 68 getDevice().switchUser(secondUserID);
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/testutils/shadow/
ShadowActivityManager.java 44 public boolean switchUser(int userId) {
  /packages/services/Car/tests/robotests/src/com/android/car/testutils/shadow/
ShadowActivityManager.java 44 public boolean switchUser(int userId) {
ShadowUserManager.java 124 public void switchUser(int userId) {
  /cts/hostsidetests/multiuser/src/android/host/multiuser/
BaseMultiUserTest.java 53 getDevice().switchUser(mPrimaryUserId);
61 getDevice().switchUser(mPrimaryUserId);
CreateUsersNoAppCrashesTest.java 94 assertTrue("Couldn't switch to user " + toUserId, getDevice().switchUser(toUserId));
108 assertTrue("Couldn't switch to user " + toUserId, getDevice().switchUser(toUserId));
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
BaseAppSecurityTest.java 52 getDevice().switchUser(mPrimaryUserId);
InstantAppUserTest.java 86 getDevice().switchUser(mPrimaryUserId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
GuestResumeSessionReceiver.java 125 ActivityManager.getService().switchUser(UserHandle.USER_SYSTEM);
130 ActivityManager.getService().switchUser(newGuest.id);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ConfigurationMapTest.java 95 private void switchUser(int newUserId) {
212 switchUser(10);
216 switchUser(11);
230 switchUser(UserHandle.getUserId(config1.creatorUid));
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationProvider.java 76 mEngine.switchUser();
  /frameworks/base/services/core/java/com/android/server/location/
LocationBlacklist.java 119 public void switchUser(int userId) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
UserSwitchListenerService.java 101 ActivityManager.getService().switchUser(userId);
  /tools/tradefederation/core/src/com/android/tradefed/device/
ITestDevice.java 513 * Switch to another userId with a default timeout. {@link #switchUser(int, long)}.
518 public boolean switchUser(int userId) throws DeviceNotAvailableException;
528 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException;
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
CreateAndManageUserTest.java 184 mDevicePolicyManager.switchUser(getWho(), userHandle);
190 mDevicePolicyManager.switchUser(getWho(), firstUser);
284 assertTrue(mDevicePolicyManager.switchUser(getWho(), userHandle));
309 assertTrue(mDevicePolicyManager.switchUser(getWho(), userHandle));
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 507 switchUser(user.id);
509 switchUser(startUser);
547 private void switchUser(int userId) {
550 am.switchUser(userId);
  /frameworks/base/services/core/java/com/android/server/
ServiceWatcher.java 166 switchUser(userId);
431 public void switchUser(int userId) {

Completed in 771 milliseconds

1 2 3 4 5 6 7 8