Lines Matching refs:errorCode
578 int errorCode = IccOpenLogicalChannelResponse.STATUS_UNKNOWN_ERROR;
583 errorCode = IccOpenLogicalChannelResponse.STATUS_MISSING_RESOURCE;
585 errorCode = IccOpenLogicalChannelResponse.STATUS_NO_SUCH_ELEMENT;
589 IccOpenLogicalChannelResponse.INVALID_CHANNEL, errorCode, null);
771 int errorCode = CellNetworkScanResult.STATUS_UNKNOWN_ERROR;
776 errorCode = CellNetworkScanResult.STATUS_RADIO_NOT_AVAILABLE;
778 errorCode = CellNetworkScanResult.STATUS_RADIO_GENERIC_FAILURE;
781 cellScanResult = new CellNetworkScanResult(errorCode, null);