HomeSort by relevance Sort by last modified time
    Searched refs:mCachedException (Results 1 - 2 of 2) sorted by null

  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreSignatureSpiBase.java 69 private Exception mCachedException;
165 mCachedException = null;
185 mCachedException = null;
192 if (mCachedException != null) {
255 if (mCachedException != null) {
256 throw new SignatureException(mCachedException);
305 mCachedException = e;
317 if (mCachedException != null) {
318 throw new SignatureException(mCachedException);
342 if (mCachedException != null)
    [all...]
AndroidKeyStoreCipherSpiBase.java 93 private Exception mCachedException;
199 mCachedException = null;
221 mCachedException = null;
229 if (mCachedException != null) {
321 if (mCachedException != null) {
327 mCachedException = e;
340 mCachedException = e;
426 if (mCachedException != null) {
433 mCachedException = e;
450 mCachedException = e
    [all...]

Completed in 162 milliseconds