Searched refs:POLICY_DISABLE_SCREEN_CAPTURE (Results 1 – 6 of 6) sorted by relevance
1021 DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in notifyScreenshotError()
2312 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()2317 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()2319 assertEquals(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE, in testCreateAdminSupportIntent()2332 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
1397 public static final String POLICY_DISABLE_SCREEN_CAPTURE = "policy_disable_screen_capture"; field in DevicePolicyManager
11455 DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE.equals(restriction)) { in createAdminSupportIntent()11464 .POLICY_DISABLE_SCREEN_CAPTURE.equals(restriction))) { in createAdminSupportIntent()
6965 … field public static final String POLICY_DISABLE_SCREEN_CAPTURE = "policy_disable_screen_capture";