Searched refs:createProfileForUser (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 236 UserInfo userInfo = createProfileForUser("Profile", in testGetProfileParent() 251 UserInfo userInfo1 = createProfileForUser("Managed 1", in testAddManagedProfile() 253 UserInfo userInfo2 = createProfileForUser("Managed 2", in testAddManagedProfile() 266 UserInfo userInfo1 = createProfileForUser("Managed1", in testAddManagedProfile_withDisallowedPackages() 275 UserInfo userInfo2 = createProfileForUser("Managed2", in testAddManagedProfile_withDisallowedPackages() 289 UserInfo userInfo = createProfileForUser("Managed", in testAddManagedProfile_disallowedPackagesInstalledLater() 328 UserInfo userInfo = createProfileForUser("Managed", in testCreateProfileForUser_disallowAddManagedProfile() 361 UserInfo userInfo = createProfileForUser("Managed", in testCreateProfileForUser_disallowAddUser() 398 UserInfo profile = createProfileForUser("Managed 1", in testGetUserCreationTime() 666 private UserInfo createProfileForUser(String name, int flags, int userHandle) { in createProfileForUser() method in UserManagerTest [all …]
|
D | UserLifecycleStressTest.java | 73 final UserInfo userInfo = mUserManager.createProfileForUser("TestUser", in stopManagedProfileStressTest()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ManagedUserContentResolverTest.java | 42 return mUm.createProfileForUser("Managed user", in createUser()
|
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | UserLifecycleTests.java | 218 final UserInfo userInfo = mUm.createProfileForUser("TestUser", in managedProfileUnlock() 238 final UserInfo userInfo = mUm.createProfileForUser("TestUser", in managedProfileUnlock_stopped() 297 final UserInfo userInfo = mUm.createProfileForUser("TestUser", in managedProfileStopped()
|
/frameworks/base/core/java/android/os/ |
D | IUserManager.aidl | 45 UserInfo createProfileForUser(in String name, int flags, int userHandle, in createProfileForUser() method
|
D | UserManager.java | 2120 public UserInfo createProfileForUser(String name, int flags, @UserIdInt int userHandle) { in createProfileForUser() method in UserManager 2121 return createProfileForUser(name, flags, userHandle, null); in createProfileForUser() 2138 public UserInfo createProfileForUser(String name, int flags, @UserIdInt int userHandle, in createProfileForUser() method in UserManager 2141 return mService.createProfileForUser(name, flags, userHandle, disallowedPackages); in createProfileForUser()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 2705 public UserInfo createProfileForUser(String name, int flags, int userId, in createProfileForUser() method in UserManagerService 3067 final UserInfo user = createProfileForUser( in createRestrictedProfile()
|
D | PackageManagerShellCommand.java | 2467 info = um.createProfileForUser(name, flags, userId, null); in runCreateUser()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 51082 Landroid/os/IUserManager$Stub$Proxy;->createProfileForUser(Ljava/lang/String;II[Ljava/lang/String;)… 51206 Landroid/os/IUserManager;->createProfileForUser(Ljava/lang/String;II[Ljava/lang/String;)Landroid/co… 53923 Landroid/os/UserManager;->createProfileForUser(Ljava/lang/String;II[Ljava/lang/String;)Landroid/con…
|