Searched refs:RADIO_NOT_AVAILABLE (Results 1 – 10 of 10) sorted by relevance
119 RADIO_NOT_AVAILABLE(0x10001), /* no retry */ enumConstant215 add(RADIO_NOT_AVAILABLE); in isPermanentFailure()
683 == CommandException.Error.RADIO_NOT_AVAILABLE) { in onSetupConnectionCompleted()685 result.mFailCause = DcFailCause.RADIO_NOT_AVAILABLE; in onSetupConnectionCompleted()
31 RADIO_NOT_AVAILABLE, enumConstant137 case RILConstants.RADIO_NOT_AVAILABLE: in fromRilErrno()138 return new CommandException(Error.RADIO_NOT_AVAILABLE); in fromRilErrno()
226 case RadioError.RADIO_NOT_AVAILABLE: in rilErrorToScanError()258 case RADIO_NOT_AVAILABLE: in commandExceptionErrorToScanError()
94 == CommandException.Error.RADIO_NOT_AVAILABLE; in isCommandExceptionRadioNotAvailable()
494 clearRequestList(RADIO_NOT_AVAILABLE, false); in resetProxyAndRequestList()506 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getRadioProxy()533 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getRadioProxy()552 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getOemHookProxy()580 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getOemHookProxy()
1639 if (err == CommandException.Error.RADIO_NOT_AVAILABLE) { in handlePollStateResult()
38 int RADIO_NOT_AVAILABLE = 1; /* If radio did not start or is resetting */ field
478 new CommandException(CommandException.Error.RADIO_NOT_AVAILABLE)); in getCurrentCalls()
1040 error = CommandException.Error.RADIO_NOT_AVAILABLE; in getCommandException()