Searched refs:notModified (Results 1 - 2 of 2) sorted by relevance

/frameworks/volley/src/com/android/volley/
H A DNetworkResponse.java33 * @param notModified True if the server returned a 304 and the data was already in cache
36 boolean notModified) {
40 this.notModified = notModified;
61 public final boolean notModified; field in class:NetworkResponse
35 NetworkResponse(int statusCode, byte[] data, Map<String, String> headers, boolean notModified) argument
H A DNetworkDispatcher.java110 if (networkResponse.notModified && request.hasHadResponseDelivered()) {

Completed in 41 milliseconds