Searched refs:ERROR_KEY_NOT_FOUND (Results 1 – 2 of 2) sorted by relevance
19 import static android.security.keystore.recovery.RecoveryController.ERROR_KEY_NOT_FOUND;142 throw new ServiceSpecificException(ERROR_KEY_NOT_FOUND, e.getMessage()); in makeKeystoreEngineGrantString()
271 public static final int ERROR_KEY_NOT_FOUND = 30; field in RecoveryController710 if (e.errorCode == ERROR_KEY_NOT_FOUND) { in getKey()