HomeSort by relevance Sort by last modified time
    Searched defs:softTtl (Results 1 - 2 of 2) sorted by null

  /frameworks/volley/src/com/android/volley/
Cache.java 81 public long softTtl;
93 return this.softTtl < System.currentTimeMillis();
  /frameworks/volley/src/com/android/volley/toolbox/
DiskBasedCache.java 181 entry.softTtl = 0;
350 public long softTtl;
368 this.softTtl = entry.softTtl;
391 entry.softTtl = readLong(is);
405 e.softTtl = softTtl;
421 writeLong(os, softTtl);

Completed in 160 milliseconds