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 298 * @throws KeyChainException if the alias was valid but there was some problem accessing it.
301 throws KeyChainException, InterruptedException {
310 throw new KeyChainException("keystore had a problem");
316 throw new KeyChainException(e);
319 throw new KeyChainException(e);
321 throw new KeyChainException(e);
333 * @throws KeyChainException if the alias was valid but there was some problem accessing it.
336 throws KeyChainException, InterruptedException {
360 throw new KeyChainException(e);
363 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;
205 } catch (KeyChainException e) {
216 } catch (KeyChainException e) {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1188 milliseconds