Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java112 sendResult(context, containsCertificate(dpm.getInstalledCaCerts(null), certBuffer), in onReceive()
158 private static boolean containsCertificate(List<byte[]> certificates, byte[] toMatch) in containsCertificate() method in CertInstallerReceiver