Searched refs:ERROR_INSECURE_USER (Results 1 – 3 of 3) sorted by relevance
209 public static final int ERROR_INSECURE_USER = 23; field in RecoveryController563 if (e.errorCode == ERROR_INSECURE_USER) { in generateKey()604 if (e.errorCode == ERROR_INSECURE_USER) { in generateKey()637 if (e.errorCode == ERROR_INSECURE_USER) { in importKey()680 if (e.errorCode == ERROR_INSECURE_USER) { in importKey()
22 import static android.security.keystore.recovery.RecoveryController.ERROR_INSECURE_USER;763 throw new ServiceSpecificException(ERROR_INSECURE_USER, e.getMessage()); in generateKeyWithMetadata()832 throw new ServiceSpecificException(ERROR_INSECURE_USER, e.getMessage()); in importKeyWithMetadata()
47666 Landroid/security/keystore/recovery/RecoveryController;->ERROR_INSECURE_USER:I