Home
last modified time | relevance | path

Searched refs:fromSpectrumInquiryResponse (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcServerResponseTest.java230 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testSuccessfulResponse()
252 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testExpireTimeSetCorrectly()
269 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testResponseWithEmptyFrequencyArray()
286 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testResponseWithEmptyChannelArray()
302 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testGeneralFailureResponse()
316 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testProtocolErrorResponse()
330 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testMessageExchangeErrorResponse()
345 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testNoCrashOnNullInquiryResponse()
DAfcManagerTest.java130 return AfcServerResponse.fromSpectrumInquiryResponse(200, inquiryResponse); in buildSuccessfulSpectrumInquiryResponse()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcServerResponse.java64 public static AfcServerResponse fromSpectrumInquiryResponse(int httpResponseCode, in fromSpectrumInquiryResponse() method in AfcServerResponse
DAfcClient.java103 .fromSpectrumInquiryResponse(getHttpResponseCode(httpResponse), in queryAfcServer()