Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java2985 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
2990 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
2993 .isEqualTo(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
3009 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
3012 .isEqualTo(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java2304 public static final String POLICY_DISABLE_CAMERA = "policy_disable_camera"; field in DevicePolicyManager
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java16225 } else if (DevicePolicyManager.POLICY_DISABLE_CAMERA.equals(restriction)) { in getEnforcingAdminAndUserDetailsInternal()
16324 if (DevicePolicyManager.POLICY_DISABLE_CAMERA.equals(restriction)) { in getPolicyDefinitionForRestriction()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt8423 field public static final String POLICY_DISABLE_CAMERA = "policy_disable_camera";