OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notModified
(Results
1 - 2
of
2
) sorted by null
/frameworks/volley/src/com/android/volley/
NetworkResponse.java
33
* @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
;
NetworkDispatcher.java
110
if (networkResponse.
notModified
&& request.hasHadResponseDelivered()) {
Completed in 2885 milliseconds