Home
last modified time | relevance | path

Searched refs:createProfileForUserWithThrow (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceCreateProfileTest.java265 mUserManagerService.createProfileForUserWithThrow("user2", USER_TYPE_PROFILE_MANAGED, 0, in testCreateProfileForUser_lowStorageException()
283 mUserManagerService.createProfileForUserWithThrow("profile", USER_TYPE_PROFILE_MANAGED, in testCreateProfileForUser_unknownParentUser()
307 userManagerServiceSpy.createProfileForUserWithThrow("profile", in testCreateManagedProfileForUser_maxManagedUsersException()
/frameworks/base/core/java/android/os/
DIUserManager.aidl48 … UserInfo createProfileForUserWithThrow(in String name, in String userType, int flags, int userId, in createProfileForUserWithThrow() method
DUserManager.java4466 return mService.createProfileForUserWithThrow(name, userType, 0, in createProfile()
4542 return mService.createProfileForUserWithThrow(name, userType, flags, userId, in createProfileForUser()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DUserManagerServiceTest.java800 () -> mUms.createProfileForUserWithThrow(PRIVATE_PROFILE_NAME, in testCreatePrivateProfileOnSecondaryUser_shouldNotAllowCreation()
812 () -> mUms.createProfileForUserWithThrow(PRIVATE_PROFILE_NAME, in testCreatePrivateProfileOnAutoDevices_shouldNotAllowCreation()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java5253 public @NonNull UserInfo createProfileForUserWithThrow(
5996 final UserInfo user = createProfileForUserWithThrow(
DPackageManagerShellCommand.java3123 info = um.createProfileForUserWithThrow(name, userType, flags, userId, null); in runCreateUser()