Searched refs:CERT_INSTALLER_PACKAGE (Results 1 – 2 of 2) sorted by relevance
32 private static final String CERT_INSTALLER_PACKAGE = "com.android.cts.certinstaller"; field in DelegatedCertInstallerHelper41 setDelegatedScopes(CERT_INSTALLER_PACKAGE, CERT_INSTALL_SCOPES); in testManualSetCertInstallerDelegate()43 DELEGATION_CERT_INSTALL).contains(CERT_INSTALLER_PACKAGE)); in testManualSetCertInstallerDelegate()45 DELEGATION_CERT_SELECTION).contains(CERT_INSTALLER_PACKAGE)); in testManualSetCertInstallerDelegate()49 setDelegatedScopes(CERT_INSTALLER_PACKAGE, Arrays.asList()); in testManualClearCertInstallerDelegate()51 DELEGATION_CERT_INSTALL).contains(CERT_INSTALLER_PACKAGE)); in testManualClearCertInstallerDelegate()53 DELEGATION_CERT_SELECTION).contains(CERT_INSTALLER_PACKAGE)); in testManualClearCertInstallerDelegate()60 PRE_SELECTED_ALIAS, CERT_INSTALLER_PACKAGE)); in testManualGenerateKeyAndGrantAccess()65 PRE_SELECTED_ALIAS, CERT_INSTALLER_PACKAGE)); in testManualRemoveKeyGrant()
55 private static final String CERT_INSTALLER_PACKAGE = "com.android.cts.certinstaller"; field in DelegatedCertInstallerTest76 CERT_INSTALLER_PACKAGE, "com.android.cts.certinstaller.CertInstallerReceiver");129 CERT_INSTALLER_PACKAGE); in testCaCertsOperations()130 assertEquals(CERT_INSTALLER_PACKAGE, in testCaCertsOperations()181 CERT_INSTALLER_PACKAGE); in testInstallKeyPair()182 assertEquals(CERT_INSTALLER_PACKAGE, in testInstallKeyPair()221 CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()223 .isEqualTo(CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()225 DELEGATION_CERT_INSTALL)).containsExactly(CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()238 setDelegatedScopes(CERT_INSTALLER_PACKAGE, CERT_INSTALL_SCOPES); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()[all …]