Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DUserManager.java4495 public UserInfo createProfileForUser(String name, @UserInfoFlag int flags, in createProfileForUser() method in UserManager
4515 public @Nullable UserInfo createProfileForUser(String name, @NonNull String userType, in createProfileForUser() method in UserManager
4539 public @Nullable UserInfo createProfileForUser(@Nullable String name, @NonNull String userType, in createProfileForUser() method in UserManager
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java1904 private UserInfo createProfileForUser(String name, String userType, int userHandle) { in createProfileForUser() method in UserManagerTest
1908 private UserInfo createProfileForUser(String name, String userType, int userHandle, in createProfileForUser() method in UserManagerTest