Searched defs:KeyChainConnection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyChain.java429 try (KeyChainConnection keyChainConnection = bind(context.getApplicationContext())) {
479 try (KeyChainConnection keyChainConnection = bind(context.getApplicationContext())) {
598 public static class KeyChainConnection implements Closeable { class in class:KeyChain
602 protected KeyChainConnection(Context context, method in class:KeyChain.KeyChainConnection
623 public static KeyChainConnection bind(@NonNull Context context) throws InterruptedException {
631 public static KeyChainConnection bindAsUser(@NonNull Context context, UserHandle user)
659 return new KeyChainConnection(context, keyChainServiceConnection, q.take());

Completed in 322 milliseconds