HomeSort by relevance Sort by last modified time
    Searched defs:KeyChainException (Results 1 - 4 of 4) sorted by null

  /frameworks/base/keystore/java/android/security/
KeyChainException.java 22 public class KeyChainException extends Exception {
25 * Constructs a new {@code KeyChainException} that includes the
28 public KeyChainException() {
32 * Constructs a new {@code KeyChainException} with the current stack
38 public KeyChainException(String detailMessage) {
43 * Constructs a new {@code KeyChainException} with the current stack
51 public KeyChainException(String message, Throwable cause) {
56 * Constructs a new {@code KeyChainException} with the current stack
62 public KeyChainException(Throwable cause) {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 84 milliseconds