Home
last modified time | relevance | path

Searched refs:createProfileForUser (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java190 UserInfo cloneProfileUser = createProfileForUser("Clone user1", in testCloneUser()
194 UserInfo cloneProfileUser2 = createProfileForUser("Clone user2", in testCloneUser()
298 final UserInfo profile = createProfileForUser("Profile", in testGetProfilesIncludingCommunal()
338 UserInfo privateProfileUser = createProfileForUser("Private profile1", in testPrivateProfile()
342 UserInfo privateProfileUser2 = createProfileForUser("Private profile2", in testPrivateProfile()
582 createProfileForUser( in testRemoveUser_shouldRemovePrivateUser()
604 createProfileForUser( in testRemoveUser_shouldRemovePrivateUser_withDisallowRemoveUserRestriction()
623 createProfileForUser( in testRemoveUser_withDisallowRemoveUserRestrictionAndMultipleUsersPresent()
854 final UserInfo profile = createProfileForUser(name, profileType, parentUser.id); in testRemoveUserWhenPossible_withProfiles()
1143 UserInfo userInfo = createProfileForUser("Profile", in testGetProfileParent()
[all …]
DUserManagerCacheTest.java238 UserInfo userInfo = mUserManager.createProfileForUser("Managed 1", in testSetUserName_withContextUserId()
403 privateProfileInfo = mUserManager.createProfileForUser( in testDefaultUserRestrictionsForPrivateProfile()
DUserLifecycleStressTest.java116 final UserInfo userInfo = mUserManager.createProfileForUser(TEST_USER_NAME, in stopManagedProfileStressTest()
/frameworks/base/core/tests/coretests/src/android/content/
DManagedUserContentResolverTest.java45 return mUm.createProfileForUser("Managed user", in createUser()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DBackgroundUserSoundNotifierTest.java217 UserInfo fgUserProfile = createProfileForUser("Background profile", in testOnAudioFocusGrant_alarmOnProfileOfForegroundUser_foregroundUserNotNotified()
354 private UserInfo createProfileForUser(String name, String userType, int userHandle, in createProfileForUser() method in BackgroundUserSoundNotifierTest
356 UserInfo profile = mUserManager.createProfileForUser( in createProfileForUser()
/frameworks/opt/tv/tvsystem/java/com/android/libraries/tv/tvsystem/user/
DTvUserManager.java63 UserInfo profileInfo = mUserManager.createProfileForUser(name, in createManagedProfile()
/frameworks/base/core/java/android/os/
DUserManager.java4659 public UserInfo createProfileForUser(String name, @UserInfoFlag int flags, in createProfileForUser() method in UserManager
4661 return createProfileForUser(name, UserInfo.getDefaultUserType(flags), flags, in createProfileForUser()
4679 public @Nullable UserInfo createProfileForUser(String name, @NonNull String userType, in createProfileForUser() method in UserManager
4681 return createProfileForUser(name, userType, flags, userId, null); in createProfileForUser()
4703 public @Nullable UserInfo createProfileForUser(@Nullable String name, @NonNull String userType, in createProfileForUser() method in UserManager
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java1498 final UserInfo userInfo = mUm.createProfileForUser(TEST_USER_NAME, in createManagedProfile()
1508 final UserInfo userInfo = mUm.createProfileForUser(TEST_USER_NAME, in createPrivateProfileUser()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java21536 userInfo = createProfileForUser(provisioningParams, callingUserId);
21580 private UserInfo createProfileForUser(ManagedProfileProvisioningParams params, int userId) {
/frameworks/base/core/api/
Dtest-current.txt2600 …fest.permission.CREATE_USERS}) public android.content.pm.UserInfo createProfileForUser(@Nullable S…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt36561 Landroid/os/IUserManager$Stub$Proxy;->createProfileForUser(Ljava/lang/String;II[Ljava/lang/String;)…
36685 Landroid/os/IUserManager;->createProfileForUser(Ljava/lang/String;II[Ljava/lang/String;)Landroid/co…
39395 Landroid/os/UserManager;->createProfileForUser(Ljava/lang/String;II[Ljava/lang/String;)Landroid/con…