Searched refs:afcServerResponse (Results 1 – 1 of 1) sorted by relevance
66 AfcServerResponse afcServerResponse = new AfcServerResponse(); in fromSpectrumInquiryResponse() local72 afcServerResponse.setHttpResponseCode(httpResponseCode); in fromSpectrumInquiryResponse()73 afcServerResponse.setAfcResponseCode(parseAfcResponseCode(spectrumInquiryResponse)); in fromSpectrumInquiryResponse()74 afcServerResponse.setAfcResponseDescription(getResponseShortDescriptionFromJSON( in fromSpectrumInquiryResponse()78 if (afcServerResponse.mAfcResponseCode != SUCCESS_AFC_RESPONSE_CODE in fromSpectrumInquiryResponse()79 || afcServerResponse.mHttpResponseCode != SUCCESS_HTTP_RESPONSE_CODE) { in fromSpectrumInquiryResponse()80 return afcServerResponse; in fromSpectrumInquiryResponse()97 afcServerResponse.setAfcChannelAllowance(afcChannelAllowance); in fromSpectrumInquiryResponse()102 return afcServerResponse; in fromSpectrumInquiryResponse()