Home
last modified time | relevance | path

Searched refs:certificateToMatch (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DCertInstallDelegateTest.java96 Certificate certificateToMatch = readCertificate(toMatch); in containsCertificate() local
99 if (certificateToMatch.equals(cert)) { in containsCertificate()
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java170 Certificate certificateToMatch = readCertificate(toMatch); in containsCertificate() local
173 if (certificateToMatch.equals(cert)) { in containsCertificate()
DDirectDelegatedCertInstallerTest.java281 Certificate certificateToMatch = readCertificate(toMatch); in containsCertificate() local
284 if (certificateToMatch.equals(cert)) { in containsCertificate()