Searched refs:RADIO_NOT_AVAILABLE (Results 1 – 11 of 11) sorted by relevance
19 import static com.android.internal.telephony.RILConstants.RADIO_NOT_AVAILABLE;147 clearRequestList(RADIO_NOT_AVAILABLE, false); in resetProxyAndRequestList()158 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getRadioConfigProxy()188 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getRadioConfigProxy()
29 RADIO_NOT_AVAILABLE, enumConstant136 case RILConstants.RADIO_NOT_AVAILABLE: in fromRilErrno()137 return new CommandException(Error.RADIO_NOT_AVAILABLE); in fromRilErrno()
256 case RadioError.RADIO_NOT_AVAILABLE: in rilErrorToScanError()288 case RADIO_NOT_AVAILABLE: in commandExceptionErrorToScanError()
94 == CommandException.Error.RADIO_NOT_AVAILABLE; in isCommandExceptionRadioNotAvailable()
345 clearRequestList(RADIO_NOT_AVAILABLE, false); in resetProxyAndRequestList()358 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getRadioProxy()388 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getRadioProxy()403 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getOemHookProxy()431 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getOemHookProxy()
1644 if (err == CommandException.Error.RADIO_NOT_AVAILABLE) { in handlePollStateResult()
119 RADIO_NOT_AVAILABLE(0x10001), /* no retry */ enumConstant215 add(RADIO_NOT_AVAILABLE); in isPermanentFailure()
758 result.mFailCause = DcFailCause.RADIO_NOT_AVAILABLE; in onSetupConnectionCompleted()760 if (response.getStatus() == DcFailCause.RADIO_NOT_AVAILABLE.getErrorCode()) { in onSetupConnectionCompleted()762 result.mFailCause = DcFailCause.RADIO_NOT_AVAILABLE; in onSetupConnectionCompleted()
39 int RADIO_NOT_AVAILABLE = 1; /* If radio did not start or is resetting */ field
1108 error = CommandException.Error.RADIO_NOT_AVAILABLE; in getCommandException()
513 new CommandException(CommandException.Error.RADIO_NOT_AVAILABLE)); in getCurrentCalls()