HomeSort by relevance Sort by last modified time
    Searched refs:KeyChainException (Results 1 - 6 of 6) 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) {
KeyChain.java 286 * @throws KeyChainException if the alias was valid but there was some problem accessing it.
289 throws KeyChainException, InterruptedException {
299 throw new KeyChainException(e);
302 throw new KeyChainException(e);
317 * @throws KeyChainException if the alias was valid but there was some problem accessing it.
320 throws KeyChainException, InterruptedException {
344 throw new KeyChainException(e);
347 throw new KeyChainException(e);
  /packages/apps/Browser/src/com/android/browser/
KeyChainLookup.java 22 import android.security.KeyChainException;
45 } catch (KeyChainException e) {
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 26 import android.security.KeyChainException;
111 } catch (KeyChainException e) {
122 } catch (KeyChainException e) {
133 } catch (KeyChainException e) {
144 } catch (KeyChainException e) {
262 } catch (KeyChainException e) {
284 } catch (KeyChainException e) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 22 import android.security.KeyChainException;
205 } catch (KeyChainException e) {
216 } catch (KeyChainException e) {
  /prebuilt/sdk/14/
android.jar 

Completed in 349 milliseconds