Searched refs:startUser (Results 1 – 2 of 2) sorted by relevance
145 public void startUser(final int userHandle) { in startUser() method in SystemServiceManager
1744 mSystemServiceManager.startUser(msg.arg1); in handleMessage()11316 mSystemServiceManager.startUser(mCurrentUserId);18791 return startUser(userId, /* foreground */ false); in startUserInBackground()18798 boolean result = startUser(userId, /* foreground */ true); in startUserInForeground()18868 private boolean startUser(final int userId, final boolean foreground) { in startUser() method in ActivityManagerService