Searched defs:networkResponse (Results 1 - 5 of 5) sorted by relevance

/frameworks/volley/src/com/android/volley/
H A DServerError.java27 public ServerError(NetworkResponse networkResponse) { argument
28 super(networkResponse);
H A DNetworkError.java35 public NetworkError(NetworkResponse networkResponse) { argument
36 super(networkResponse);
H A DParseError.java29 public ParseError(NetworkResponse networkResponse) { argument
30 super(networkResponse);
H A DVolleyError.java24 public final NetworkResponse networkResponse; field in class:VolleyError
27 networkResponse = null;
31 networkResponse = response;
36 networkResponse = null;
41 networkResponse = null;
46 networkResponse = null;
/frameworks/volley/tests/src/com/android/volley/toolbox/
H A DImageRequestTest.java61 private void verifyResize(NetworkResponse networkResponse, int maxWidth, int maxHeight, argument
65 Response<Bitmap> response = request.parseNetworkResponse(networkResponse);

Completed in 64 milliseconds