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()
105 private Exception mCachedException; field in AndroidKeyStoreCipherSpiBase119 mCachedException = null; in AndroidKeyStoreCipherSpiBase()300 mCachedException = null; in resetAll()319 mCachedException = null; in resetWhilePreservingInitState()328 if (mCachedException != null) { in ensureKeystoreOperationInitialized()413 if (mCachedException != null) { in engineUpdate()419 mCachedException = e; in engineUpdate()432 mCachedException = e; in engineUpdate()528 if (mCachedException != null) { in engineUpdateAAD()535 mCachedException = e; in engineUpdateAAD()[all …]
47869 Landroid/security/keystore/AndroidKeyStoreCipherSpiBase;->mCachedException:Ljava/lang/Exception;