Searched refs:ERROR_DECRYPTION_FAILED (Results 1 – 4 of 4) sorted by relevance
20 import static android.security.keystore.recovery.RecoveryController.ERROR_DECRYPTION_FAILED;836 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()840 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()851 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()855 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()888 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in recoverApplicationKeys()898 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in recoverApplicationKeys()
157 if (e.errorCode == RecoveryController.ERROR_DECRYPTION_FAILED) { in recoverKeyChainSnapshot()
233 public static final int ERROR_DECRYPTION_FAILED = 26; field in RecoveryController
62219 Landroid/security/keystore/recovery/RecoveryController;->ERROR_DECRYPTION_FAILED:I