HomeSort by relevance Sort by last modified time
    Searched refs:KeyChainException (Results 1 - 11 of 11) 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 295 * @throws KeyChainException if the alias was valid but there was some problem accessing it.
298 throws KeyChainException, InterruptedException {
307 throw new KeyChainException("keystore had a problem");
313 throw new KeyChainException(e);
316 throw new KeyChainException(e);
318 throw new KeyChainException(e);
330 * @throws KeyChainException if the alias was valid but there was some problem accessing it.
333 throws KeyChainException, InterruptedException {
351 throw new KeyChainException(e);
353 throw new KeyChainException(e)
    [all...]
  /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) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
SSLClientCertificateRequest.java 18 import android.security.KeyChainException;
86 } catch (KeyChainException e) {
87 Log.w(TAG, "KeyChainException when looking for '" + mAlias + "' certificate");
  /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 25 import android.security.KeyChainException;
299 } catch (KeyChainException e) {
310 } catch (KeyChainException e) {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1099 milliseconds