Searched refs:isExpired (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/volley/tests/src/com/android/volley/utils/
H A DCacheTestUtils.java14 * @param isExpired Whether the TTLs should be set such that this entry is expired
18 byte[] data, boolean isExpired, boolean needsRefresh) {
28 entry.ttl = isExpired ? 0 : Long.MAX_VALUE;
17 makeRandomCacheEntry( byte[] data, boolean isExpired, boolean needsRefresh) argument
/frameworks/support/volley/src/com/android/volley/
H A DCache.java81 public boolean isExpired() { method in class:Cache.Entry
H A DCacheDispatcher.java110 if (entry.isExpired()) {

Completed in 208 milliseconds