Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java160 Certificate certificateToMatch = readCertificate(toMatch); in containsCertificate() local
163 if (certificateToMatch.equals(cert)) { in containsCertificate()