Searched refs:startUser (Results 1 – 3 of 3) sorted by relevance
94 startUser(); in onWindowShown()97 void startUser() { in startUser() method in UserSwitchingDialog116 startUser();
1847 mSystemServiceManager.startUser(msg.arg1); in handleMessage()11786 mSystemServiceManager.startUser(mCurrentUserId); in systemReady()19680 return startUser(userId, /* foreground */ false); in startUserInBackground()19687 boolean result = startUser(userId, /* foreground */ true); in startUserInForeground()19757 private boolean startUser(final int userId, final boolean foreground) { in startUser() method
145 public void startUser(final int userHandle) { in startUser() method in SystemServiceManager