Searched refs:returnedCerts (Results 1 – 1 of 1) sorted by relevance
159 X509Certificate[] returnedCerts = KeyChain.getCertificateChain(getActivity(), alias); in testCanInstallCertChain() local160 assertTrue(Arrays.equals(certChain, returnedCerts)); in testCanInstallCertChain()