Home
last modified time | relevance | path

Searched defs:evictAll (Results 1 – 8 of 8) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionPool.java210 public void evictAll() { in evictAll() method in ConnectionPool
DCache.java307 public void evictAll() throws IOException { in evictAll() method in Cache
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DConnectionPool.java216 public void evictAll() { in evictAll() method in ConnectionPool
DCache.java309 public void evictAll() throws IOException { in evictAll() method in Cache
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DDiskLruCache.java684 public synchronized void evictAll() throws IOException { in evictAll() method in DiskLruCache
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java682 public synchronized void evictAll() throws IOException { in evictAll() method in DiskLruCache
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java883 @Test public void evictAll() throws Exception { in evictAll() method in DiskLruCacheTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java1959 @Test public void evictAll() throws Exception { in evictAll() method in CacheTest