Searched refs:fromSpectrumInquiryResponse (Results 1 – 4 of 4) sorted by relevance
230 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()
130 return AfcServerResponse.fromSpectrumInquiryResponse(200, inquiryResponse); in buildSuccessfulSpectrumInquiryResponse()
64 public static AfcServerResponse fromSpectrumInquiryResponse(int httpResponseCode, in fromSpectrumInquiryResponse() method in AfcServerResponse
103 .fromSpectrumInquiryResponse(getHttpResponseCode(httpResponse), in queryAfcServer()