Home
last modified time | relevance | path

Searched refs:spectrumInquiryResponse (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcServerResponse.java65 JSONObject spectrumInquiryResponse) { in fromSpectrumInquiryResponse() argument
68 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() argument
196 int responseCode = spectrumInquiryResponse.getJSONObject("response") in parseAfcResponseCode()
216 static String getResponseShortDescriptionFromJSON(JSONObject spectrumInquiryResponse) { in getResponseShortDescriptionFromJSON() argument
[all …]
DAfcClient.java223 JSONObject spectrumInquiryResponse = spectrumInquiryResponses.getJSONObject(i); in getAvailableSpectrumInquiryResponse() local
224 if (requestIdString.equals(spectrumInquiryResponse.getString("requestId"))) { in getAvailableSpectrumInquiryResponse()
225 return spectrumInquiryResponse; in getAvailableSpectrumInquiryResponse()