Searched refs:ERROR_INSECURE_USER (Results 1 – 3 of 3) sorted by relevance
207 public static final int ERROR_INSECURE_USER = 23; field in RecoveryController556 if (e.errorCode == ERROR_INSECURE_USER) { in generateKey()597 if (e.errorCode == ERROR_INSECURE_USER) { in generateKey()630 if (e.errorCode == ERROR_INSECURE_USER) { in importKey()673 if (e.errorCode == ERROR_INSECURE_USER) { in importKey()
22 import static android.security.keystore.recovery.RecoveryController.ERROR_INSECURE_USER;727 throw new ServiceSpecificException(ERROR_INSECURE_USER, e.getMessage()); in generateKeyWithMetadata()796 throw new ServiceSpecificException(ERROR_INSECURE_USER, e.getMessage()); in importKeyWithMetadata()
62221 Landroid/security/keystore/recovery/RecoveryController;->ERROR_INSECURE_USER:I