Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DCaCertManagementTest.java64 assertEquals(result, containsCertificate( in hasCaCertInstalled()
69 private static boolean containsCertificate(List<byte[]> certificates, byte [] toMatch) in containsCertificate() method in CaCertManagementTest
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerActivity.java116 sendResult(containsCertificate(dpm.getInstalledCaCerts(null), certBuffer), null); in onCreate()
160 private boolean containsCertificate(List<byte[]> certificates, byte[] toMatch) in containsCertificate() method in CertInstallerActivity