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