Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java178 public void startUser() throws RemoteException { in startUser() method in UserLifecycleTests
218 final int startUser = mAm.getCurrentUser(); in switchUser() local
236 final int startUser = mAm.getCurrentUser(); in switchUser_stopped() local
258 final int startUser = mAm.getCurrentUser(); in switchUser_running() local
294 final int startUser = mAm.getCurrentUser(); in lockedBootCompleted() local
314 final int startUser = mAm.getCurrentUser(); in ephemeralUserStopped() local
/frameworks/base/tests/ManagedProfileLifecycleStressTest/src/com/android/test/stress/
DManagedProfileLifecycleStressTest.java143 private void startUser(int userId) throws Exception { in startUser() method in ManagedProfileLifecycleStressTest
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DFakeUserInfoHelper.java47 public void startUser(int userId) { in startUser() method in FakeUserInfoHelper
/frameworks/base/services/core/java/com/android/server/am/
DUserSwitchingDialog.java144 void startUser() { in startUser() method in UserSwitchingDialog
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java311 final int startUser = ActivityManager.getCurrentUser(); in testRemoveUserOrSetEphemeral_currentUserSetEphemeral() local
874 final int startUser = am.getCurrentUser(); in testSwitchUser() local
887 final int startUser = am.getCurrentUser(); in testSwitchUserByHandle() local
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java442 private void startUser(int userId) { in startUser() method in TvInputManagerService