Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java892 DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in notifyScreenshotError()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java2285 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
2290 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
2292 assertEquals(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE, in testCreateAdminSupportIntent()
2305 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java1397 public static final String POLICY_DISABLE_SCREEN_CAPTURE = "policy_disable_screen_capture"; field in DevicePolicyManager
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java11446 DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE.equals(restriction)) { in createAdminSupportIntent()
11455 .POLICY_DISABLE_SCREEN_CAPTURE.equals(restriction))) { in createAdminSupportIntent()
/frameworks/base/api/
Dcurrent.txt6962 … field public static final String POLICY_DISABLE_SCREEN_CAPTURE = "policy_disable_screen_capture";