Searched refs:ERROR_DECRYPTION_FAILED (Results 1 – 4 of 4) sorted by relevance
20 import static android.security.keystore.recovery.RecoveryController.ERROR_DECRYPTION_FAILED;872 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()876 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()887 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()891 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in decryptRecoveryKey()924 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in recoverApplicationKeys()934 throw new ServiceSpecificException(ERROR_DECRYPTION_FAILED, in recoverApplicationKeys()
157 if (e.errorCode == RecoveryController.ERROR_DECRYPTION_FAILED) { in recoverKeyChainSnapshot()
235 public static final int ERROR_DECRYPTION_FAILED = 26; field in RecoveryController
47664 Landroid/security/keystore/recovery/RecoveryController;->ERROR_DECRYPTION_FAILED:I