Home
last modified time | relevance | path

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

/packages/apps/KeyChain/robotests/src/com/android/keychain/
DShadowTrustedCertificateStore.java38 public void installCertificate(X509Certificate cert) throws IOException, CertificateException { in installCertificate() method in ShadowTrustedCertificateStore
39 sDelegate.installCertificate(cert); in installCertificate()
DKeyChainServiceRoboTest.java140 doThrow(new IOException()).when(mockCertStore).installCertificate(any()); in testCaInstallFailedLogging()
187 doThrow(new IOException()).when(mockCertStore).installCertificate(any()); in testNoLoggingWhenDisabled()
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainService.java376 mTrustedCertificateStore.installCertificate(cert);