Searched refs:hasProfileOwner (Results 1 – 9 of 9) sorted by relevance
48 override fun hasProfileOwner(): Boolean = fakeState.hasProfileOwner in isDeviceManaged() method in com.android.systemui.statusbar.policy.FakeSecurityController102 var hasProfileOwner: Boolean = false, variable in com.android.systemui.statusbar.policy.FakeSecurityController.FakeState
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
9892 private boolean hasProfileOwner(int userId) {9894 return mOwners.hasProfileOwner(userId);10432 boolean hasProfileOwner = mOwners.hasProfileOwner(userId);10433 if (!hasProfileOwner) {10442 newState, userId, deviceOwnerUserId, hasProfileOwner,10923 if (mOwners.hasProfileOwner(userId)) {17117 if (mOwners.hasProfileOwner(deviceOwnerUserId)) {17303 if (mOwners.hasProfileOwner(userId)) {18708 if (!mOwners.hasProfileOwner(userId) || !TextUtils.equals(22947 if (userInfo.isManagedProfile() && hasProfileOwner(userInfo.id)) {[all …]
29 boolean hasProfileOwner(); in hasProfileOwner() method
203 public boolean hasProfileOwner() { in hasProfileOwner() method in SecurityControllerImpl
37 public boolean hasProfileOwner() { in hasProfileOwner() method in FakeSecurityController
130 assertThat(dpms.mOwners.hasProfileOwner(10)).isTrue(); in testMigration_managedProfileOwner()
9896 PLcom/android/server/devicepolicy/Owners;->hasProfileOwner(I)Z