Searched defs:startUser (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DUserSwitchingDialog.java136 startUser();
139 void startUser() { method in class:UserSwitchingDialog
159 startUser();
H A DUserController.java159 * new user. It has no impact on {@link #startUser(int, boolean)} behavior.
566 mHandler.post(() -> startUser(userId, foreground));
866 startUser(profilesToStart.get(i).id, /* foreground= */ false);
876 boolean startUser(final int userId, final boolean foreground) { method in class:UserController
877 return startUser(userId, foreground, null);
909 boolean startUser( method in class:UserController
933 mInjector.clearAllLockedTasks("startUser");
969 mHandler.post(() -> startUser(userId, foreground, unlockListener));
1103 boolean success = startUser(targetUserId, /* foreground */ true);
1990 mInjector.getSystemServiceManager().startUser(ms
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java177 public void startUser(final int userHandle) { method in class:SystemServiceManager

Completed in 41 milliseconds