Searched refs:spectrumInquiryResponse (Results 1 – 2 of 2) sorted by relevance
65 JSONObject spectrumInquiryResponse) { in fromSpectrumInquiryResponse() argument68 if (spectrumInquiryResponse == null) { in fromSpectrumInquiryResponse()73 afcServerResponse.setAfcResponseCode(parseAfcResponseCode(spectrumInquiryResponse)); in fromSpectrumInquiryResponse()75 spectrumInquiryResponse)); in fromSpectrumInquiryResponse()87 spectrumInquiryResponse.optJSONArray("availableFrequencyInfo")); in fromSpectrumInquiryResponse()89 spectrumInquiryResponse.optJSONArray("availableChannelInfo")); in fromSpectrumInquiryResponse()92 String availabilityExpireTimeString = spectrumInquiryResponse.getString( in fromSpectrumInquiryResponse()193 static int parseAfcResponseCode(JSONObject spectrumInquiryResponse) { in parseAfcResponseCode() argument196 int responseCode = spectrumInquiryResponse.getJSONObject("response") in parseAfcResponseCode()216 static String getResponseShortDescriptionFromJSON(JSONObject spectrumInquiryResponse) { in getResponseShortDescriptionFromJSON() argument[all …]
223 JSONObject spectrumInquiryResponse = spectrumInquiryResponses.getJSONObject(i); in getAvailableSpectrumInquiryResponse() local224 if (requestIdString.equals(spectrumInquiryResponse.getString("requestId"))) { in getAvailableSpectrumInquiryResponse()225 return spectrumInquiryResponse; in getAvailableSpectrumInquiryResponse()