HomeSort by relevance Sort by last modified time
    Searched refs:keyChainService (Results 1 - 2 of 2) sorted by null

  /frameworks/base/keystore/java/android/security/
KeyChain.java 101 * @hide Also used by KeyChainService implementation
577 IKeyChainService keyChainService = keyChainConnection.getService();
578 certificateBytes = keyChainService.getCertificate(alias);
582 certChainBytes = keyChainService.getCaCertificates(alias);
754 throw new AssertionError("could not bind to KeyChainService");
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 310 boolean installVpnAndAppsTrustAnchors(Context context, IKeyChainService keyChainService) {
322 keyChainService.installCaCertificate(bytes);

Completed in 1677 milliseconds