Home
last modified time | relevance | path

Searched refs:mCachedException (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSignatureSpiBase.java79 private Exception mCachedException; field in AndroidKeyStoreSignatureSpiBase
95 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()
H A DAndroidKeyStoreCipherSpiBase.java103 private Exception mCachedException; field in AndroidKeyStoreCipherSpiBase
117 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 …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51192 Landroid/security/keystore/AndroidKeyStoreCipherSpiBase;->mCachedException:Ljava/lang/Exception;