Home | History | Annotate | Download | only in os

Lines Matching refs:createProfileForUser

1505     public UserInfo createProfileForUser(String name, int flags, @UserIdInt int userHandle) {
1506 return createProfileForUser(name, flags, userHandle, null);
1510 * Version of {@link #createProfileForUser(String, int, int)} that allows you to specify
1523 public UserInfo createProfileForUser(String name, int flags, @UserIdInt int userHandle,
1526 return mService.createProfileForUser(name, flags, userHandle, disallowedPackages);
1533 * Similar to {@link #createProfileForUser(String, int, int, String[])}
1537 * @see #createProfileForUser(String, int, int, String[])