Home
last modified time | relevance | path

Searched defs:noStore (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DCacheControl.java36 private final boolean noStore; field in CacheControl
49 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl()
93 public boolean noStore() { in noStore() method in CacheControl
277 boolean noStore; field in CacheControl.Builder
291 public Builder noStore() { in noStore() method in CacheControl.Builder
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCacheControl.java34 private final boolean noStore; field in CacheControl
47 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl()
91 public boolean noStore() { in noStore() method in CacheControl
274 boolean noStore; field in CacheControl.Builder
288 public Builder noStore() { in noStore() method in CacheControl.Builder