Home
last modified time | relevance | path

Searched refs:POLICY_MANDATORY_BACKUPS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java2284 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_MANDATORY_BACKUPS); in testCreateAdminSupportIntent()
2291 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_MANDATORY_BACKUPS); in testCreateAdminSupportIntent()
2293 assertEquals(DevicePolicyManager.POLICY_MANDATORY_BACKUPS, in testCreateAdminSupportIntent()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java1188 public static final String POLICY_MANDATORY_BACKUPS = "policy_mandatory_backups"; field in DevicePolicyManager
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java10513 DevicePolicyManager.POLICY_MANDATORY_BACKUPS.equals(restriction)) { in createAdminSupportIntent()
10524 .POLICY_MANDATORY_BACKUPS.equals(restriction))) { in createAdminSupportIntent()