Home
last modified time | relevance | path

Searched refs:DELEGATION_CERT_INSTALL (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java39 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
279 DELEGATION_CERT_INSTALL,
2764 if (!scopes.contains(DELEGATION_CERT_INSTALL)) { in loadSettingsLocked()
2765 scopes.add(DELEGATION_CERT_INSTALL); in loadSettingsLocked()
4724 if (!isCallerDelegate(callerPackage, DELEGATION_CERT_INSTALL)) { in enforceCanManageCaCerts()
4832 DELEGATION_CERT_INSTALL); in installKeyPair()
4866 DELEGATION_CERT_INSTALL); in removeKeyPair()
4958 if (scopes.size() == 1 && scopes.get(0).equals(DELEGATION_CERT_INSTALL)) { in shouldCheckIfDelegatePackageIsInstalled()
5226 setDelegatedScopePreO(who, installerPackage, DELEGATION_CERT_INSTALL); in setCertInstallerPackage()
5231 final List<String> delegatePackages = getDelegatePackages(who, DELEGATION_CERT_INSTALL); in getCertInstallerPackage()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java81 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
1344 DELEGATION_CERT_INSTALL); in testDelegation() local
1346 DELEGATION_CERT_INSTALL); in testDelegation() local
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java1262 public static final String DELEGATION_CERT_INSTALL = "delegation-cert-install"; field in DevicePolicyManager
/frameworks/base/api/
Dcurrent.txt6427 field public static final java.lang.String DELEGATION_CERT_INSTALL = "delegation-cert-install";
Dsystem-current.txt6666 field public static final java.lang.String DELEGATION_CERT_INSTALL = "delegation-cert-install";