Searched refs:KeyChainException (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyChainException.java22 public class KeyChainException extends Exception { class in inherits:Exception
25 * Constructs a new {@code KeyChainException} that includes the
28 public KeyChainException() { method in class:KeyChainException
32 * Constructs a new {@code KeyChainException} with the current stack
38 public KeyChainException(String detailMessage) { method in class:KeyChainException
43 * Constructs a new {@code KeyChainException} with the current stack
51 public KeyChainException(String message, Throwable cause) { method in class:KeyChainException
56 * Constructs a new {@code KeyChainException} with the current stack
62 public KeyChainException(Throwable cause) { method in class:KeyChainException
H A DKeyChain.java500 * @throws KeyChainException if the alias was valid but there was some problem accessing it.
505 throws KeyChainException, InterruptedException {
517 throws KeyChainException, InterruptedException {
529 throw new KeyChainException(e);
532 throw new KeyChainException(e);
542 throw new KeyChainException(e);
564 * @throws KeyChainException if the alias was valid but there was some problem accessing it.
569 @NonNull String alias) throws KeyChainException, InterruptedException {
584 throw new KeyChainException(e);
587 throw new KeyChainException(
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java69 import android.security.KeyChainException;
4226 } catch (KeyChainException e) {
/frameworks/base/config/
H A Dpreloaded-classes2719 android.security.KeyChainException
H A Dboot-image-profile.txt[all...]

Completed in 209 milliseconds