Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java158 private static boolean containsCertificate(List<byte[]> certificates, byte[] toMatch) in containsCertificate() argument
160 Certificate certificateToMatch = readCertificate(toMatch); in containsCertificate()