Home
last modified time | relevance | path

Searched refs:uninstallCaCert (Results 1 – 12 of 12) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DAdminActionBookkeepingTest.java33 mDevicePolicyManager.uninstallCaCert(getWho(), TestCertificates.TEST_CA.getBytes()); in tearDown()
79 mDevicePolicyManager.uninstallCaCert(getWho(), rawCert); in testGetPolicyInstalledCaCerts()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCaCertManagementTest.java121 remoteDpm.uninstallCaCert(DPC_COMPONENT_NAME, CA_CERT_1); in uninstallCaCert_caCertIsNotInstalled()
138 remoteDpm.uninstallCaCert(DPC_COMPONENT_NAME, CA_CERT_1); in uninstallCaCert_otherCaCertsAreNotUninstalled()
156 remoteDpm.uninstallCaCert( in uninstallCaCert_logsEvent()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DCertInstallDelegateTest.java75 mDpm.uninstallCaCert(null, cert); in testCanAccessApis()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DAdminActionBookkeepingTest.java49 mDevicePolicyManager.uninstallCaCert(getWho(), TestCertificates.TEST_CA.getBytes()); in tearDown()
249 mDevicePolicyManager.uninstallCaCert(getWho(), rawCert); in testGetPolicyInstalledCaCerts()
DDevicePolicySafetyCheckerIntegrationTest.java226 dpm.uninstallCaCert(admin, TEST_CA.getBytes());
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DDirectDelegatedCertInstallerTest.java93 mDpm.uninstallCaCert(null, TEST_CA.getBytes()); in tearDown()
125 mDpm.uninstallCaCert(null, cert); in testCaCertsOperations()
DCertInstallerReceiver.java106 dpm.uninstallCaCert(null, certBuffer); in onReceive()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java113 mDevicePolicyManager.uninstallCaCert(ADMIN_RECEIVER_COMPONENT, in tearDown()
DSecurityLoggingTest.java318 uninstallCaCert(); in generateKeyChainEvents()
632 private void uninstallCaCert() { in uninstallCaCert() method in SecurityLoggingTest
633 mDevicePolicyManager.uninstallCaCert(ADMIN_RECEIVER_COMPONENT, TEST_CA.getBytes()); in uninstallCaCert()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DCommandReceiverActivity.java474 mDpm.uninstallCaCert(mAdmin, TEST_CA.getBytes()); in onCreate()
660 mDpm.uninstallCaCert(mAdmin, TEST_CA.getBytes()); in clearAllPoliciesAndRestrictions()
/cts/tests/admin/src/android/admin/cts/
DDevicePolicyManagerTest.java489 mDevicePolicyManager.uninstallCaCert(mComponent, in testUninstallCaCert_failIfNotProfileOwner()
504 mDevicePolicyManager.uninstallCaCert(null, TEST_CA_STRING1.getBytes()); in testUninstallCaCert_failIfNotCertInstaller()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDevicePolicyManagerWrapper.java108 doAnswer(answer).when(spy).uninstallCaCert(any(), any()); in getWrapper()