Home
last modified time | relevance | path

Searched defs:createProfileForUser (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java1615 private UserInfo createProfileForUser(String name, String userType, int userHandle) { in createProfileForUser() method in UserManagerTest
1619 private UserInfo createProfileForUser(String name, String userType, int userHandle, in createProfileForUser() method in UserManagerTest
/aosp14/frameworks/base/core/java/android/os/
H A DUserManager.java4104 public UserInfo createProfileForUser(String name, @UserInfoFlag int flags, in createProfileForUser() method in UserManager
4124 public @Nullable UserInfo createProfileForUser(String name, @NonNull String userType, in createProfileForUser() method in UserManager
4148 public @Nullable UserInfo createProfileForUser(@Nullable String name, @NonNull String userType, in createProfileForUser() method in UserManager