HomeSort by relevance Sort by last modified time
    Searched refs:KeyChainException (Results 1 - 8 of 8) 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 294 * @throws KeyChainException if the alias was valid but there was some problem accessing it.
297 throws KeyChainException, InterruptedException {
306 throw new KeyChainException("keystore had a problem");
312 throw new KeyChainException(e);
315 throw new KeyChainException(e);
317 throw new KeyChainException(e);
329 * @throws KeyChainException if the alias was valid but there was some problem accessing it.
332 throws KeyChainException, InterruptedException {
350 throw new KeyChainException(e);
353 throw new KeyChainException(e)
    [all...]
  /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) {
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
KeyChainDemoActivity.java 27 import android.security.KeyChainException;
265 } catch (KeyChainException e) {
276 } catch (KeyChainException e) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 22 import android.security.KeyChainException;
206 } catch (KeyChainException e) {
217 } catch (KeyChainException e) {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 184 milliseconds