Searched refs:mCachedException (Results 1 – 3 of 3) sorted by relevance
79 private Exception mCachedException; field in AndroidKeyStoreSignatureSpiBase95 mCachedException = null; in AndroidKeyStoreSignatureSpiBase()175 mCachedException = null; in resetAll()191 mCachedException = null; in resetWhilePreservingInitState()198 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()
103 private Exception mCachedException; field in AndroidKeyStoreCipherSpiBase117 mCachedException = null; in AndroidKeyStoreCipherSpiBase()286 mCachedException = null; in resetAll()305 mCachedException = null; in resetWhilePreservingInitState()313 if (mCachedException != null) { in ensureKeystoreOperationInitialized()398 if (mCachedException != null) { in engineUpdate()404 mCachedException = e; in engineUpdate()417 mCachedException = e; in engineUpdate()513 if (mCachedException != null) { in engineUpdateAAD()520 mCachedException = e; in engineUpdateAAD()[all …]
51192 Landroid/security/keystore/AndroidKeyStoreCipherSpiBase;->mCachedException:Ljava/lang/Exception;