Searched refs:AfcServerResponse (Results 1 – 7 of 7) 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()
63 @Captor ArgumentCaptor<AfcServerResponse> mAfcServerResponseCaptor;82 mAfcServerResponseCaptor = ArgumentCaptor.forClass(AfcServerResponse.class); in setUp()180 AfcServerResponse serverResponse = mAfcServerResponseCaptor.getValue(); in testSendRequestAndReceiveResponse()182 .isEqualTo(AfcServerResponse.convertExpireTimeStringToTimestamp( in testSendRequestAndReceiveResponse()
117 private AfcServerResponse buildSuccessfulSpectrumInquiryResponse() throws JSONException { in buildSuccessfulSpectrumInquiryResponse()130 return AfcServerResponse.fromSpectrumInquiryResponse(200, inquiryResponse); in buildSuccessfulSpectrumInquiryResponse()305 when(mClock.getWallClockMillis()).thenReturn(AfcServerResponse in testQueryAfterExpiredTime()313 when(mClock.getWallClockMillis()).thenReturn(AfcServerResponse in testQueryAfterExpiredTime()338 when(mClock.getWallClockMillis()).thenReturn(AfcServerResponse in testQueryAfterLocationChange()
35 public class AfcServerResponse { class64 public static AfcServerResponse fromSpectrumInquiryResponse(int httpResponseCode, in fromSpectrumInquiryResponse()66 AfcServerResponse afcServerResponse = new AfcServerResponse(); in fromSpectrumInquiryResponse()
102 AfcServerResponse serverResponse = AfcServerResponse in queryAfcServer()284 void onResult(AfcServerResponse serverResponse, AfcLocation afcLocation); in onResult()
65 private AfcServerResponse mLatestAfcServerResponse;90 public void onResult(AfcServerResponse serverResponse, AfcLocation afcLocation) { in AfcManager()
116 "com.android.server.wifi.AfcServerResponse",117 "com.android.server.wifi.AfcServerResponse$*",118 "com.android.server.wifi.AfcServerResponse.**",