Searched defs:KM_ERROR_OK (Results 1 – 2 of 2) sorted by relevance
210 public static final int KM_ERROR_OK = ErrorCode.OK; field in KeymasterDefs363 sErrorCodeToString.put(KM_ERROR_OK, "OK"); in sErrorCodeToString.put() argument
481 sErrorCodeToFailureInfo.put(KeymasterDefs.KM_ERROR_OK, GENERAL_KEYMINT_ERROR); in sErrorCodeToFailureInfo.put()