Searched refs:DELEGATION_CERT_INSTALL (Results 1 – 5 of 5) sorted by relevance
39 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()
81 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;1344 DELEGATION_CERT_INSTALL); in testDelegation() local1346 DELEGATION_CERT_INSTALL); in testDelegation() local
1262 public static final String DELEGATION_CERT_INSTALL = "delegation-cert-install"; field in DevicePolicyManager
6427 field public static final java.lang.String DELEGATION_CERT_INSTALL = "delegation-cert-install";
6666 field public static final java.lang.String DELEGATION_CERT_INSTALL = "delegation-cert-install";