Searched refs:KM_ERROR_UNKNOWN_ERROR (Results 1 – 2 of 2) sorted by relevance
146 throw new KeyStoreException(KeymasterDefs.KM_ERROR_UNKNOWN_ERROR, in update()159 throw new KeyStoreException(KeymasterDefs.KM_ERROR_UNKNOWN_ERROR, in update()266 throw new KeyStoreException(KeymasterDefs.KM_ERROR_UNKNOWN_ERROR, in flush()
223 public static final int KM_ERROR_UNKNOWN_ERROR = -1000; field in KeymasterDefs269 sErrorCodeToString.put(KM_ERROR_UNKNOWN_ERROR, "Unknown error"); in sErrorCodeToString.put() argument