Home
last modified time | relevance | path

Searched refs:TEST_CERT (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DTestCertificates.java86 public static final String TEST_CERT = field in TestCertificates
123 return userCertFromString(TEST_CERT); in getUserCert()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DImsiEncryptionInfoTest.java33 private static final String TEST_CERT = "" field in ImsiEncryptionInfoTest
57 PublicKey publicKey = createPublicKey(TEST_CERT); in testParcel()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DCertInstallDelegateTest.java22 import static com.android.cts.devicepolicy.TestCertificates.TEST_CERT;
85 new Base64InputStream(new ByteArrayInputStream(TEST_CERT.getBytes()), in testCanAccessApis()
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DDirectDelegatedCertInstallerTest.java20 import static com.android.cts.devicepolicy.TestCertificates.TEST_CERT;
81 mTestCertificate = certificateFromString(TEST_CERT); in setUp()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java175 installKeyPair(TestCertificates.TEST_KEY, TestCertificates.TEST_CERT, alias); in testInstallKeyPair()
184 installKeyPair(TestCertificates.TEST_KEY, TestCertificates.TEST_CERT, alias); in testInstallKeyPair()