Home
last modified time | relevance | path

Searched defs:hasDeviceOwner (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/enterprise/
H A DPrivacyPreferenceControllerHelper.java61 boolean hasDeviceOwner() { in hasDeviceOwner() method in PrivacyPreferenceControllerHelper
H A DEnterprisePrivacyFeatureProvider.java28 boolean hasDeviceOwner(); in hasDeviceOwner() method
H A DEnterprisePrivacyFeatureProviderImpl.java70 public boolean hasDeviceOwner() { in hasDeviceOwner() method in EnterprisePrivacyFeatureProviderImpl
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/
H A DEnterprisePrivacyFeatureProvider.java26 boolean hasDeviceOwner(); in hasDeviceOwner() method
H A DEnterprisePrivacyFeatureProviderImpl.java68 public boolean hasDeviceOwner() { in hasDeviceOwner() method in EnterprisePrivacyFeatureProviderImpl
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
H A DEnterpriseUtils.java130 public static boolean hasDeviceOwner(Context context) { in hasDeviceOwner() method in EnterpriseUtils
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java553 boolean hasDeviceOwner() { in hasDeviceOwner() method in Owners
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java1178 private void checkGetDeviceOwnerInfoApi(DevicePolicyManager dpm, boolean hasDeviceOwner) { in checkGetDeviceOwnerInfoApi()
/aosp12/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl167 boolean hasDeviceOwner(); in hasDeviceOwner() method