Searched refs:DELEGATION_CERT_INSTALL (Results 1 – 5 of 5) sorted by relevance
19 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;33 private static final List<String> CERT_INSTALL_SCOPES = Arrays.asList(DELEGATION_CERT_INSTALL);52 DELEGATION_CERT_INSTALL).contains(CERT_INSTALLER_PACKAGE)); in testManualSetCertInstallerDelegate()58 DELEGATION_CERT_INSTALL).contains(CERT_INSTALLER_PACKAGE)); in testManualClearCertInstallerDelegate()
19 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;74 private static final List<String> CERT_INSTALL_SCOPES = Arrays.asList(DELEGATION_CERT_INSTALL);288 DELEGATION_CERT_INSTALL)).containsExactly(CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()295 DELEGATION_CERT_INSTALL)).isEmpty(); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()304 DELEGATION_CERT_INSTALL)).containsExactly(CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()312 DELEGATION_CERT_INSTALL)).isEmpty(); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
21 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;108 DELEGATION_CERT_INSTALL, in testDelegateReceivesScopeChangedBroadcast()132 DELEGATION_CERT_INSTALL, in testCantDelegateToUninstalledPackage()183 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_CERT_INSTALL) in testCanRetrieveDelegates()185 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_CERT_INSTALL) in testCanRetrieveDelegates()
18 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;194 return scopes.contains(DELEGATION_CERT_INSTALL); in amICertInstallDelegate()
82 private static final String DELEGATION_CERT_INSTALL = "delegation-cert-install"; field in DeviceAndProfileOwnerTest323 DELEGATION_CERT_INSTALL, in getDelegationScopes()404 DELEGATION_CERT_INSTALL, DELEGATION_CERT_SELECTION)); in testDelegationCertSelection()