Searched refs:NO_RF_CALIBRATION_INFO (Results 1 – 4 of 4) sorted by relevance
133 NO_RF_CALIBRATION_INFO, enumConstant353 case RILConstants.NO_RF_CALIBRATION_INFO: in fromRilErrno()354 return new CommandException(Error.NO_RF_CALIBRATION_INFO); in fromRilErrno()
264 } else if (responseInfo.error == RadioError.NO_RF_CALIBRATION_INFO) { in setRadioPowerResponse()
2654 } else if (info.error == android.hardware.radio.V1_6.RadioError.NO_RF_CALIBRATION_INFO) { in setRadioPowerResponse_1_6()
122 int NO_RF_CALIBRATION_INFO = 71; /* No RF calibration in device */ field