Searched refs:POLICY_DISABLE_SCREEN_CAPTURE (Results 1 – 6 of 6) sorted by relevance
82 dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in notifyScreenshotError()
137 case DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE: in getAdminSupportTitle()
2984 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()2989 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()2992 .isEqualTo(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()3004 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
1541 public static final String POLICY_DISABLE_SCREEN_CAPTURE = "policy_disable_screen_capture"; field in DevicePolicyManager
13074 DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE.equals(restriction)) {13083 .POLICY_DISABLE_SCREEN_CAPTURE.equals(restriction))) {
7502 … field public static final String POLICY_DISABLE_SCREEN_CAPTURE = "policy_disable_screen_capture";