Searched refs:trackConditionalCacheHit (Results 1 - 5 of 5) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkResponseCache.java47 void trackConditionalCacheHit(); method in interface:OkResponseCache
H A DHttpResponseCache.java320 @Override public synchronized void trackConditionalCacheHit() { method in class:HttpResponseCache
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DResponseCacheAdapter.java83 public void trackConditionalCacheHit() { method in class:ResponseCacheAdapter
H A DHttpEngine.java653 responseCache.trackConditionalCacheHit();
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCacheTest.java2127 @Override public void trackConditionalCacheHit() { method in class:HttpResponseCacheTest.AbstractOkResponseCache

Completed in 98 milliseconds