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