Home
last modified time | relevance | path

Searched refs:NO_RF_CALIBRATION_INFO (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandException.java133 NO_RF_CALIBRATION_INFO, enumConstant
342 case RILConstants.NO_RF_CALIBRATION_INFO: in fromRilErrno()
343 return new CommandException(Error.NO_RF_CALIBRATION_INFO); in fromRilErrno()
H A DRadioResponse.java3027 } else if (info.error == android.hardware.radio.V1_6.RadioError.NO_RF_CALIBRATION_INFO) { in setRadioPowerResponse_1_6()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java122 int NO_RF_CALIBRATION_INFO = 71; /* No RF calibration in device */ field
/aosp12/hardware/interfaces/radio/1.6/
H A DIRadioResponse.hal44 * RadioError:NO_RF_CALIBRATION_INFO
H A Dtypes.hal160 NO_RF_CALIBRATION_INFO = 71,