Searched refs:RADIO_NOT_AVAILABLE (Results 1 – 16 of 16) sorted by relevance
34 RADIO_NOT_AVAILABLE, enumConstant154 case RILConstants.RADIO_NOT_AVAILABLE: in fromRilErrno()155 return new CommandException(Error.RADIO_NOT_AVAILABLE); in fromRilErrno()
22 import static com.android.internal.telephony.RILConstants.RADIO_NOT_AVAILABLE;209 clearRequestList(RADIO_NOT_AVAILABLE, false); in resetProxyAndRequestList()220 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getRadioConfigProxy()235 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getRadioConfigProxy()
103 == CommandException.Error.RADIO_NOT_AVAILABLE; in isCommandExceptionRadioNotAvailable()
324 case RadioError.RADIO_NOT_AVAILABLE: in rilErrorToScanError()356 case RADIO_NOT_AVAILABLE: in commandExceptionErrorToScanError()
3012 if (info.error != RadioError.RADIO_NOT_AVAILABLE && info.error != RadioError.NONE) { in setRadioPowerResponse_1_5()3031 } else if (info.error != android.hardware.radio.V1_6.RadioError.RADIO_NOT_AVAILABLE in setRadioPowerResponse_1_6()
1552 case RADIO_NOT_AVAILABLE: in handleMessage()
978 case RADIO_NOT_AVAILABLE: in rilErrorToSmsManagerResult()
449 clearRequestList(RADIO_NOT_AVAILABLE, false); in resetProxyAndRequestList()481 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getRadioProxy()577 CommandException.fromRilErrno(RADIO_NOT_AVAILABLE)); in getRadioProxy()
2040 if (err == CommandException.Error.RADIO_NOT_AVAILABLE) { in handlePollStateResult()
33 int RADIO_NOT_AVAILABLE = 1; /* If radio did not start or is resetting */ field
1045 public static final int RADIO_NOT_AVAILABLE = 0x10001; /* no retry */ field in DataFailCause1503 sFailCauseMap.put(RADIO_NOT_AVAILABLE, "RADIO_NOT_AVAILABLE"); in sFailCauseMap.put() argument1607 add(RADIO_NOT_AVAILABLE); in isPermanentFailure()
476 DataFailCause.RADIO_NOT_AVAILABLE,
1381 result.mFailCause = DataFailCause.RADIO_NOT_AVAILABLE; in onSetupConnectionCompleted()1389 if (response.getCause() == DataFailCause.RADIO_NOT_AVAILABLE) { in onSetupConnectionCompleted()1391 result.mFailCause = DataFailCause.RADIO_NOT_AVAILABLE; in onSetupConnectionCompleted()
558 new CommandException(CommandException.Error.RADIO_NOT_AVAILABLE)); in getCurrentCalls()
1428 error = CommandException.Error.RADIO_NOT_AVAILABLE; in getCommandException()
41602 field public static final int RADIO_NOT_AVAILABLE = 65537; // 0x10001