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