Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java874 DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in notifyScreenshotError()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java2258 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
2263 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
2265 assertEquals(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE, in testCreateAdminSupportIntent()
2306 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java1180 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.java10512 DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE.equals(restriction) || in createAdminSupportIntent()
10522 .POLICY_DISABLE_SCREEN_CAPTURE.equals(restriction)) || in createAdminSupportIntent()
/frameworks/base/config/
Dhiddenapi-public-dex.txt1605 Landroid/app/admin/DevicePolicyManager;->POLICY_DISABLE_SCREEN_CAPTURE:Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt6733 …field public static final java.lang.String POLICY_DISABLE_SCREEN_CAPTURE = "policy_disable_screen_…