Searched refs:NO_RF_CALIBRATION_INFO (Results 1 – 3 of 3) sorted by relevance
133 NO_RF_CALIBRATION_INFO, enumConstant342 case RILConstants.NO_RF_CALIBRATION_INFO: in fromRilErrno()343 return new CommandException(Error.NO_RF_CALIBRATION_INFO); in fromRilErrno()
3027 } 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