Home
last modified time | relevance | path

Searched defs:keyChainService (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyChain.java853 IKeyChainService keyChainService = keyChainConnection.getService(); in getCertificateChain() local
1086 final AtomicReference<IKeyChainService> keyChainService = new AtomicReference<>(); in bindAsUser() local
/aosp12/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCredentialHelper.java334 boolean installVpnAndAppsTrustAnchors(Context context, IKeyChainService keyChainService) { in installVpnAndAppsTrustAnchors()