Home
last modified time | relevance | path

Searched defs:httpResponse (Results 1 – 10 of 10) sorted by relevance

/external/volley/src/main/java/com/android/volley/toolbox/
DBasicAsyncNetwork.java72 final HttpResponse httpResponse, in onRequestSucceeded()
126 @Nullable HttpResponse httpResponse, in onRequestFailed()
179 HttpResponse httpResponse, in onResponseRead()
210 HttpResponse httpResponse; field in BasicAsyncNetwork.ResponseParsingTask
219 HttpResponse httpResponse, in ResponseParsingTask()
DAsyncHttpStack.java38 void onSuccess(HttpResponse httpResponse); in onSuccess()
157 HttpResponse httpResponse; field in AsyncHttpStack.Response
161 private Response( in Response()
DBasicNetwork.java96 HttpResponse httpResponse = null; in performRequest() local
DNetworkUtility.java143 @Nullable HttpResponse httpResponse, in handleException()
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
DHttpMethodResponse.java63 private final HttpResponse httpResponse; field in HttpMethodResponse
DHttpClient4.java90 HttpResponse httpResponse = client.execute(httpRequest); in execute() local
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DFakeHttp.java43 public static void addPendingHttpResponse(HttpResponse httpResponse) { in addPendingHttpResponse()
DFakeHttpLayer.java46 public void addPendingHttpResponse(final HttpResponse httpResponse) { in addPendingHttpResponse()
117 HttpResponse httpResponse = findResponse(httpRequest); in emulateRequest() local
/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java316 HttpResponseMessage httpResponse = http.execute(httpRequest); in invoke() local
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
DOkApacheClient.java82 BasicHttpResponse httpResponse = new BasicHttpResponse(HTTP_1_1, code, message); in transformResponse() local