Searched defs:createProfileForUser (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 1192 private UserInfo createProfileForUser(String name, String userType, int userHandle) { in createProfileForUser() method in UserManagerTest 1196 private UserInfo createProfileForUser(String name, String userType, int userHandle, in createProfileForUser() method in UserManagerTest
|
/frameworks/base/core/java/android/os/ |
D | UserManager.java | 3507 public UserInfo createProfileForUser(String name, @UserInfoFlag int flags, in createProfileForUser() method in UserManager 3527 public UserInfo createProfileForUser(String name, @NonNull String userType, in createProfileForUser() method in UserManager 3551 public @Nullable UserInfo createProfileForUser(@Nullable String name, @NonNull String userType, in createProfileForUser() method in UserManager
|