Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionPool.java210 public void evictAll() { in evictAll() method in ConnectionPool
DCache.java306 public void evictAll() throws IOException { in evictAll() method in Cache
/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