Searched refs:hasProfileOwner (Results 1 – 8 of 8) sorted by relevance
48 override fun hasProfileOwner(): Boolean = fakeState.hasProfileOwner100 var hasProfileOwner: Boolean = false,
67 void setHasProfileOwner(int userId, boolean hasProfileOwner) { in setHasProfileOwner() argument68 if (hasProfileOwner) { in setHasProfileOwner()
124 mDeviceStateCache.setHasProfileOwner(userId, hasProfileOwner(userId)); in load()129 mUserManagerInternal.setUserManaged(userId, hasProfileOwner(userId)); in load()500 boolean hasProfileOwner(int userId) { in hasProfileOwner() method in Owners
9868 private boolean hasProfileOwner(int userId) {9870 return mOwners.hasProfileOwner(userId);10419 boolean hasProfileOwner = mOwners.hasProfileOwner(userId);10420 if (!hasProfileOwner) {10910 if (mOwners.hasProfileOwner(userId)) {17406 if (mOwners.hasProfileOwner(deviceOwnerUserId)) {17564 if (mOwners.hasProfileOwner(userId)) {18834 if (!mOwners.hasProfileOwner(userId) || !TextUtils.equals(23070 if (userInfo.isManagedProfile() && hasProfileOwner(userInfo.id)) {23821 if (userId == 0 && mOwners.hasProfileOwner(0)) {[all …]
29 boolean hasProfileOwner(); in hasProfileOwner() method
178 public boolean hasProfileOwner() { in hasProfileOwner() method in SecurityControllerImpl
37 public boolean hasProfileOwner() { in hasProfileOwner() method in FakeSecurityController
131 assertThat(dpms.mOwners.hasProfileOwner(10)).isTrue(); in testMigration_managedProfileOwner()