Searched refs:hasProfileOwner (Results 1 – 6 of 6) sorted by relevance
164 assertFalse(dpms.mOwners.hasProfileOwner(USER_SYSTEM)); in testMigration()165 assertTrue(dpms.mOwners.hasProfileOwner(10)); in testMigration()166 assertTrue(dpms.mOwners.hasProfileOwner(11)); in testMigration()167 assertFalse(dpms.mOwners.hasProfileOwner(12)); in testMigration()275 assertTrue(dpms.mOwners.hasProfileOwner(USER_SYSTEM)); in testMigration2_profileOwnerOnUser0()343 assertTrue(dpms.mOwners.hasProfileOwner(10)); in testMigration3_managedProfileOwner()
25 boolean hasProfileOwner(); in hasProfileOwner() method
158 public boolean hasProfileOwner() { in hasProfileOwner() method in SecurityControllerImpl
34 public boolean hasProfileOwner() { in hasProfileOwner() method in FakeSecurityController
200 mUserManagerInternal.setUserManaged(ui.id, hasProfileOwner(ui.id)); in load()202 if (hasDeviceOwner() && hasProfileOwner(getDeviceOwnerUserId())) { in load()479 boolean hasProfileOwner(int userId) { in hasProfileOwner() method in Owners
14278 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->hasProfileOwner(I)Z14658 HSPLcom/android/server/devicepolicy/Owners;->hasProfileOwner(I)Z