Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DFakeSecurityController.kt48 override fun hasProfileOwner(): Boolean = fakeState.hasProfileOwner in isDeviceManaged() method in com.android.systemui.statusbar.policy.FakeSecurityController
102 var hasProfileOwner: Boolean = false, variable in com.android.systemui.statusbar.policy.FakeSecurityController.FakeState
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDeviceStateCacheImpl.java67 void setHasProfileOwner(int userId, boolean hasProfileOwner) { in setHasProfileOwner() argument
68 if (hasProfileOwner) { in setHasProfileOwner()
DOwners.java124 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
DDevicePolicyManagerService.java9892 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java29 boolean hasProfileOwner(); in hasProfileOwner() method
DSecurityControllerImpl.java203 public boolean hasProfileOwner() { in hasProfileOwner() method in SecurityControllerImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java37 public boolean hasProfileOwner() { in hasProfileOwner() method in FakeSecurityController
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java130 assertThat(dpms.mOwners.hasProfileOwner(10)).isTrue(); in testMigration_managedProfileOwner()
/frameworks/base/services/
Dart-wear-profile9896 PLcom/android/server/devicepolicy/Owners;->hasProfileOwner(I)Z