Home
last modified time | relevance | path

Searched refs:CERT_INSTALLER_PACKAGE (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerHelper.java33 private static final String CERT_INSTALLER_PACKAGE = "com.android.cts.certinstaller"; field in DelegatedCertInstallerHelper
55 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, in testManualSetCertInstallerDelegate()
58 DELEGATION_CERT_INSTALL).contains(CERT_INSTALLER_PACKAGE)); in testManualSetCertInstallerDelegate()
60 DELEGATION_CERT_SELECTION).contains(CERT_INSTALLER_PACKAGE)); in testManualSetCertInstallerDelegate()
64 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, Arrays.asList()); in testManualClearCertInstallerDelegate()
66 DELEGATION_CERT_INSTALL).contains(CERT_INSTALLER_PACKAGE)); in testManualClearCertInstallerDelegate()
68 DELEGATION_CERT_SELECTION).contains(CERT_INSTALLER_PACKAGE)); in testManualClearCertInstallerDelegate()
74 CERT_INSTALLER_PACKAGE)); in testManualGenerateKeyAndGrantAccess()
79 CERT_INSTALLER_PACKAGE)); in testManualRemoveKeyGrant()
DDelegatedCertInstallerTest.java55 private static final String CERT_INSTALLER_PACKAGE = "com.android.cts.certinstaller"; field in DelegatedCertInstallerTest
76 CERT_INSTALLER_PACKAGE, "com.android.cts.certinstaller.CertInstallerReceiver");
128 mDpm.setCertInstallerPackage(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE); in testCaCertsOperations()
129 assertEquals(CERT_INSTALLER_PACKAGE, in testCaCertsOperations()
179 mDpm.setCertInstallerPackage(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE); in testInstallKeyPair()
180 assertEquals(CERT_INSTALLER_PACKAGE, in testInstallKeyPair()
217 mDpm.setCertInstallerPackage(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()
219 CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()
221 DELEGATION_CERT_INSTALL)).containsExactly(CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()
234 mDpm.setDelegatedScopes(ADMIN_RECEIVER_COMPONENT, CERT_INSTALLER_PACKAGE, in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
[all …]