Home
last modified time | relevance | path

Searched refs:POLICY_DISABLE_CAMERA (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java2979 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
2984 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
2987 .isEqualTo(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
3003 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
3006 .isEqualTo(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java2180 public static final String POLICY_DISABLE_CAMERA = "policy_disable_camera"; field in DevicePolicyManager
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java16470 } else if (DevicePolicyManager.POLICY_DISABLE_CAMERA.equals(restriction)) { in getEnforcingAdminAndUserDetailsInternal()
16498 && DevicePolicyManager.POLICY_DISABLE_CAMERA.equals(restriction)) { in getEnforcingAdminAndUserDetailsInternal()
16637 if (DevicePolicyManager.POLICY_DISABLE_CAMERA.equals(restriction)) { in getPolicyDefinitionForRestriction()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt8193 field public static final String POLICY_DISABLE_CAMERA = "policy_disable_camera";