Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java191 X509Certificate[] returnedCerts = KeyChain.getCertificateChain(mActivity, alias); in testCanInstallCertChain() local
192 assertTrue(Arrays.equals(certChain, returnedCerts)); in testCanInstallCertChain()