Searched refs:hasProfileOwner (Results 1 – 7 of 7) sorted by relevance
174 assertThat(dpms.mOwners.hasProfileOwner(USER_SYSTEM)).isFalse(); in testMigration()175 assertThat(dpms.mOwners.hasProfileOwner(10)).isTrue(); in testMigration()176 assertThat(dpms.mOwners.hasProfileOwner(11)).isTrue(); in testMigration()177 assertThat(dpms.mOwners.hasProfileOwner(12)).isFalse(); in testMigration()287 assertThat(dpms.mOwners.hasProfileOwner(USER_SYSTEM)).isTrue(); in testMigration2_profileOwnerOnUser0()357 assertThat(dpms.mOwners.hasProfileOwner(10)).isTrue(); in testMigration3_managedProfileOwner()
29 boolean hasProfileOwner(); in hasProfileOwner() method
166 public boolean hasProfileOwner() { in hasProfileOwner() method in SecurityControllerImpl
37 public boolean hasProfileOwner() { in hasProfileOwner() method in FakeSecurityController
214 mUserManagerInternal.setUserManaged(ui.id, hasProfileOwner(ui.id)); in load()216 if (hasDeviceOwner() && hasProfileOwner(getDeviceOwnerUserId())) { in load()565 boolean hasProfileOwner(int userId) { in hasProfileOwner() method in Owners
5924 if (hasProfileOwner(caller.getUserId())) {7816 if (mOwners.hasProfileOwner(userId) || mOwners.hasDeviceOwner()) {7856 if (mOwners.hasProfileOwner(userId) || mOwners.hasDeviceOwner()) {8526 return mOwners.hasProfileOwner(userId)8583 private boolean hasProfileOwner(int userId) {8585 return mOwners.hasProfileOwner(userId);9030 if (userHandle != mOwners.getDeviceOwnerUserId() && !mOwners.hasProfileOwner(userHandle)9414 if (mOwners.hasProfileOwner(userHandle)) {13901 if (mOwners.hasProfileOwner(deviceOwnerUserId)) {14043 if (mOwners.hasProfileOwner(userId)) {[all …]
16862 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->hasProfileOwner(I)Z17274 HSPLcom/android/server/devicepolicy/Owners;->hasProfileOwner(I)Z+]Lcom/android/server/devicepolicy/…