Searched refs:mCachedException (Results 1 – 3 of 3) sorted by relevance
69 private Exception mCachedException; field in AndroidKeyStoreSignatureSpiBase165 mCachedException = null; in resetAll()185 mCachedException = null; in resetWhilePreservingInitState()192 if (mCachedException != null) { in ensureKeystoreOperationInitialized()255 if (mCachedException != null) { in engineUpdate()256 throw new SignatureException(mCachedException); in engineUpdate()305 mCachedException = e; in engineUpdate()317 if (mCachedException != null) { in engineSign()318 throw new SignatureException(mCachedException); in engineSign()342 if (mCachedException != null) { in engineVerify()[all …]
93 private Exception mCachedException; field in AndroidKeyStoreCipherSpiBase199 mCachedException = null; in resetAll()221 mCachedException = null; in resetWhilePreservingInitState()229 if (mCachedException != null) { in ensureKeystoreOperationInitialized()321 if (mCachedException != null) { in engineUpdate()327 mCachedException = e; in engineUpdate()340 mCachedException = e; in engineUpdate()426 if (mCachedException != null) { in engineUpdateAAD()433 mCachedException = e; in engineUpdateAAD()450 mCachedException = e; in engineUpdateAAD()[all …]
61781 Landroid/security/keystore/AndroidKeyStoreCipherSpiBase;->mCachedException:Ljava/lang/Exception;