Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DCertInstallDelegateTest.java72 containsCertificate(mDpm.getInstalledCaCerts(null), cert)); in testCanAccessApis()
94 private static boolean containsCertificate(List<byte[]> certificates, byte[] toMatch) in containsCertificate() method in CertInstallDelegateTest
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java115 sendResult(context, containsCertificate(dpm.getInstalledCaCerts(null), certBuffer), in onReceive()
168 private static boolean containsCertificate(List<byte[]> certificates, byte[] toMatch) in containsCertificate() method in CertInstallerReceiver
DDirectDelegatedCertInstallerTest.java119 containsCertificate(mDpm.getInstalledCaCerts(null), cert)).isTrue(); in testCaCertsOperations()
279 private static boolean containsCertificate(List<byte[]> certificates, byte[] toMatch) in containsCertificate() method in DirectDelegatedCertInstallerTest