Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DAdminActionBookkeepingTest.java93 final byte[] rawCert = TEST_CA.getBytes(); in testGetPolicyInstalledCaCerts()
95 .generateCertificate(new ByteArrayInputStream(rawCert)); in testGetPolicyInstalledCaCerts()
100 assertTrue(mDevicePolicyManager.installCaCert(getWho(), rawCert)); in testGetPolicyInstalledCaCerts() local
108 mDevicePolicyManager.uninstallCaCert(getWho(), rawCert); in testGetPolicyInstalledCaCerts() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DAdminActionBookkeepingTest.java190 final byte[] rawCert = TEST_CA.getBytes(); in testGetPolicyInstalledCaCerts()
192 .generateCertificate(new ByteArrayInputStream(rawCert)); in testGetPolicyInstalledCaCerts()
197 assertTrue(mDevicePolicyManager.installCaCert(getWho(), rawCert)); in testGetPolicyInstalledCaCerts() local
205 mDevicePolicyManager.uninstallCaCert(getWho(), rawCert); in testGetPolicyInstalledCaCerts() local