Searched refs:POLICY_DISABLE_SCREEN_CAPTURE (Results 1 – 5 of 5) sorted by relevance
892 DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in notifyScreenshotError()
2285 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()
1397 public static final String POLICY_DISABLE_SCREEN_CAPTURE = "policy_disable_screen_capture"; field in DevicePolicyManager
11446 DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE.equals(restriction)) { in createAdminSupportIntent()11455 .POLICY_DISABLE_SCREEN_CAPTURE.equals(restriction))) { in createAdminSupportIntent()
6962 … field public static final String POLICY_DISABLE_SCREEN_CAPTURE = "policy_disable_screen_capture";