Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcServerResponse.java65 JSONObject spectrumInquiryResponse) { in fromSpectrumInquiryResponse()
193 static int parseAfcResponseCode(JSONObject spectrumInquiryResponse) { in parseAfcResponseCode()
216 static String getResponseShortDescriptionFromJSON(JSONObject spectrumInquiryResponse) { in getResponseShortDescriptionFromJSON()
DAfcClient.java223 JSONObject spectrumInquiryResponse = spectrumInquiryResponses.getJSONObject(i); in getAvailableSpectrumInquiryResponse() local