Searched refs:OTASP_FAILURE (Results 1 – 3 of 3) sorted by relevance
66 public static final int OTASP_FAILURE = 3; field in HfaLogic117 sendFinalResponse(OTASP_FAILURE, errorMsg); in onHfaError()197 if (responseCode == OTASP_FAILURE && errorCode != null) { in sendFinalResponse()
135 public static final int OTASP_FAILURE = 3; field in OtaUtils802 ? OTASP_SUCCESS : OTASP_FAILURE; in updateNonInteractiveOtaSuccessFailure()
102 case OtaUtils.OTASP_FAILURE: in onCreate()