Home
last modified time | relevance | path

Searched refs:switchUser (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java116 public void switchUser() throws Exception { in switchUser() method in UserLifecycleTests
123 switchUser(userInfo.id); in switchUser()
126 switchUser(startUser); in switchUser()
161 mAm.switchUser(userInfo.id); in lockedBootCompleted()
165 switchUser(startUser); in lockedBootCompleted()
197 switchUser(userInfo.id); in ephemeralUserStopped()
212 mAm.switchUser(startUser); in ephemeralUserStopped()
242 private void switchUser(int userId) throws Exception { in switchUser() method in UserLifecycleTests
245 mAm.switchUser(userId); in switchUser()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java95 private void switchUser(int newUserId) { in switchUser() method in ConfigurationMapTest
212 switchUser(10); in testGettersAndHandleUserSwitch()
216 switchUser(11); in testGettersAndHandleUserSwitch()
230 switchUser(UserHandle.getUserId(config1.creatorUid)); in testPutRemoveClear()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DGuestResumeSessionReceiver.java125 ActivityManager.getService().switchUser(UserHandle.USER_SYSTEM); in wipeGuestSession()
130 ActivityManager.getService().switchUser(newGuest.id); in wipeGuestSession()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/testutils/shadow/
DShadowActivityManager.java44 public boolean switchUser(int userId) { in switchUser() method in ShadowActivityManager
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java507 switchUser(user.id); in testSwitchUser()
509 switchUser(startUser); in testSwitchUser()
547 private void switchUser(int userId) { in switchUser() method in UserManagerTest
550 am.switchUser(userId); in switchUser()
/frameworks/base/services/core/java/com/android/server/location/
DLocationBlacklist.java119 public void switchUser(int userId) { in switchUser() method in LocationBlacklist
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationProvider.java76 mEngine.switchUser(); in FusedLocationProvider()
DFusionEngine.java297 public void switchUser() { in switchUser() method in FusionEngine
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java166 switchUser(userId); in start()
431 public void switchUser(int userId) { in switchUser() method in ServiceWatcher
DSystemServiceManager.java215 public void switchUser(final int userHandle) { in switchUser() method in SystemServiceManager
DLocationManagerService.java399 switchUser(intent.getIntExtra(Intent.EXTRA_USER_HANDLE, 0)); in systemRunning()
741 private void switchUser(int userId) { in switchUser() method in LocationManagerService
745 mBlacklist.switchUser(userId); in switchUser()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DUserManagerHelper.java479 mActivityManager.switchUser(id); in switchToUserId()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java751 void switchUser() { in switchUser() method in WindowContainer
753 mChildren.get(i).switchUser(); in switchUser()
DTaskStack.java1069 void switchUser() { in switchUser() method in TaskStack
1070 super.switchUser(); in switchUser()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java210 switchUser(); in systemRunning()
215 switchUser(); in systemRunning()
449 void switchUser() { in switchUser() method in MediaRouterService
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
DUserManagerHelperTest.java257 verify(mActivityManager).switchUser(21); in startNewGuestSession()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusView.java470 mIActivityManager.switchUser(UserHandle.USER_SYSTEM); in onLogoutClicked()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java156 mServiceStub.switchUser(userHandle); in onSwitchUser()
392 public void switchUser(int userHandle) { in switchUser() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java596 ActivityManager.getService().switchUser(UserHandle.USER_SYSTEM); in onPress()
765 ActivityManager.getService().switchUser(user.id);
/frameworks/base/core/java/android/app/
DActivityManager.java3951 public boolean switchUser(int userid) { in switchUser() method in ActivityManager
3953 return getService().switchUser(userid); in switchUser()
3968 getService().switchUser(UserHandle.USER_SYSTEM); in logoutCurrentUser()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java561 ActivityManager.getService().switchUser(user.id);
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl227 boolean switchUser(in ComponentName who, in UserHandle userHandle); in switchUser() method
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1392 switchUser(newUserId, reply); in systemReady()
1436 switchUser(UserHandle.USER_SYSTEM, null); in onBootPhase()
1488 void switchUser(int userId, IRemoteCallback reply) { in switchUser() method in WallpaperManagerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java416 ActivityManager.getService().switchUser(id); in switchToUserId()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1199 boolean switchUser(final int targetUserId) {
2009 mInjector.getSystemServiceManager().switchUser(msg.arg1);

12