Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java164 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java25 boolean hasProfileOwner(); in hasProfileOwner() method
DSecurityControllerImpl.java158 public boolean hasProfileOwner() { in hasProfileOwner() method in SecurityControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java34 public boolean hasProfileOwner() { in hasProfileOwner() method in FakeSecurityController
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwners.java200 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
/frameworks/base/services/
Dart-profile14278 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->hasProfileOwner(I)Z
14658 HSPLcom/android/server/devicepolicy/Owners;->hasProfileOwner(I)Z