Searched refs:uninstallCaCert (Results 1 – 12 of 12) sorted by relevance
/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/ |
D | AdminActionBookkeepingTest.java | 33 mDevicePolicyManager.uninstallCaCert(getWho(), TestCertificates.TEST_CA.getBytes()); in tearDown() 79 mDevicePolicyManager.uninstallCaCert(getWho(), rawCert); in testGetPolicyInstalledCaCerts()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | CaCertManagementTest.java | 121 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/ |
D | CertInstallDelegateTest.java | 75 mDpm.uninstallCaCert(null, cert); in testCanAccessApis()
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | AdminActionBookkeepingTest.java | 49 mDevicePolicyManager.uninstallCaCert(getWho(), TestCertificates.TEST_CA.getBytes()); in tearDown() 249 mDevicePolicyManager.uninstallCaCert(getWho(), rawCert); in testGetPolicyInstalledCaCerts()
|
D | DevicePolicySafetyCheckerIntegrationTest.java | 226 dpm.uninstallCaCert(admin, TEST_CA.getBytes());
|
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/ |
D | DirectDelegatedCertInstallerTest.java | 93 mDpm.uninstallCaCert(null, TEST_CA.getBytes()); in tearDown() 125 mDpm.uninstallCaCert(null, cert); in testCaCertsOperations()
|
D | CertInstallerReceiver.java | 106 dpm.uninstallCaCert(null, certBuffer); in onReceive()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | DelegatedCertInstallerTest.java | 113 mDevicePolicyManager.uninstallCaCert(ADMIN_RECEIVER_COMPONENT, in tearDown()
|
D | SecurityLoggingTest.java | 318 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/ |
D | CommandReceiverActivity.java | 474 mDpm.uninstallCaCert(mAdmin, TEST_CA.getBytes()); in onCreate() 660 mDpm.uninstallCaCert(mAdmin, TEST_CA.getBytes()); in clearAllPoliciesAndRestrictions()
|
/cts/tests/admin/src/android/admin/cts/ |
D | DevicePolicyManagerTest.java | 489 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/ |
D | DevicePolicyManagerWrapper.java | 108 doAnswer(answer).when(spy).uninstallCaCert(any(), any()); in getWrapper()
|