Home
last modified time | relevance | path

Searched defs:serverResponse (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcServerResponseTest.java230 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testSuccessfulResponse() local
252 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testExpireTimeSetCorrectly() local
269 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testResponseWithEmptyFrequencyArray() local
286 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testResponseWithEmptyChannelArray() local
302 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testGeneralFailureResponse() local
316 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testProtocolErrorResponse() local
330 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testMessageExchangeErrorResponse() local
345 AfcServerResponse serverResponse = AfcServerResponse.fromSpectrumInquiryResponse( in testNoCrashOnNullInquiryResponse() local
DAfcClientTest.java180 AfcServerResponse serverResponse = mAfcServerResponseCaptor.getValue(); in testSendRequestAndReceiveResponse() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcClient.java102 AfcServerResponse serverResponse = AfcServerResponse in queryAfcServer() local
284 void onResult(AfcServerResponse serverResponse, AfcLocation afcLocation); in onResult()