Home
last modified time | relevance | path

Searched refs:getNetworkCount (Results 1 – 13 of 13) sorted by relevance

/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
DAndroidShimResponseCache.java112 public int getNetworkCount() { in getNetworkCount() method in AndroidShimResponseCache
113 return delegate.getNetworkCount(); in getNetworkCount()
/external/okhttp/repackaged/okhttp-android-support/src/main/java/com/android/okhttp/
DAndroidShimResponseCache.java114 public int getNetworkCount() { in getNetworkCount() method in AndroidShimResponseCache
115 return delegate.getNetworkCount(); in getNetworkCount()
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
DHttpResponseCache.java143 public int getNetworkCount() { in getNetworkCount() method in HttpResponseCache
144 return shimResponseCache.getNetworkCount(); in getNetworkCount()
DHttpResponseCacheTest.java152 assertEquals(1, cache.getNetworkCount()); in statisticsTracking()
161 assertEquals(1, cache.getNetworkCount()); in statisticsTracking()
/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internalandroidapi/
DAndroidResponseCacheAdapter.java170 public int getNetworkCount() { in getNetworkCount() method in AndroidResponseCacheAdapter
171 return okHttpCache.getNetworkCount(); in getNetworkCount()
/external/okhttp/android/src/main/java/com/android/okhttp/internalandroidapi/
DAndroidResponseCacheAdapter.java168 public int getNetworkCount() { in getNetworkCount() method in AndroidResponseCacheAdapter
169 return okHttpCache.getNetworkCount(); in getNetworkCount()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowHttpResponseCacheTest.java40 assertThat(cache.getNetworkCount()).isEqualTo(0); in countsStartAtZero()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttpOverSpdyTest.java331 assertEquals(1, cache.getNetworkCount()); in responsesAreCached()
336 assertEquals(1, cache.getNetworkCount()); in responsesAreCached()
348 assertEquals(1, cache.getNetworkCount()); in conditionalCache()
352 assertEquals(2, cache.getNetworkCount()); in conditionalCache()
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DUrlConnectionCacheTest.java272 assertEquals(1, cache.getNetworkCount()); in secureResponseCaching()
299 assertEquals(2, cache.getNetworkCount()); in responseCachingAndRedirects()
929 assertEquals(0, cache.getNetworkCount()); in requestOnlyIfCachedWithNoResponseCached()
943 assertEquals(1, cache.getNetworkCount()); in requestOnlyIfCachedWithFullResponseCached()
957 assertEquals(1, cache.getNetworkCount()); in requestOnlyIfCachedWithConditionalResponseCached()
969 assertEquals(1, cache.getNetworkCount()); in requestOnlyIfCachedWithUnhelpfulResponseCached()
1185 assertEquals(1, cache.getNetworkCount()); in statisticsConditionalCacheMiss()
1190 assertEquals(3, cache.getNetworkCount()); in statisticsConditionalCacheMiss()
1203 assertEquals(1, cache.getNetworkCount()); in statisticsConditionalCacheHit()
1208 assertEquals(3, cache.getNetworkCount()); in statisticsConditionalCacheHit()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowHttpResponseCache.java79 protected int getNetworkCount() { in getNetworkCount() method in ShadowHttpResponseCache
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java272 assertEquals(1, cache.getNetworkCount()); in secureResponseCaching()
303 assertEquals(2, cache.getNetworkCount()); in responseCachingAndRedirects()
1145 assertEquals(0, cache.getNetworkCount()); in requestOnlyIfCachedWithNoResponseCached()
1163 assertEquals(1, cache.getNetworkCount()); in requestOnlyIfCachedWithFullResponseCached()
1182 assertEquals(1, cache.getNetworkCount()); in requestOnlyIfCachedWithConditionalResponseCached()
1199 assertEquals(1, cache.getNetworkCount()); in requestOnlyIfCachedWithUnhelpfulResponseCached()
1390 assertEquals(1, cache.getNetworkCount()); in statisticsConditionalCacheMiss()
1395 assertEquals(3, cache.getNetworkCount()); in statisticsConditionalCacheMiss()
1411 assertEquals(1, cache.getNetworkCount()); in statisticsConditionalCacheHit()
1416 assertEquals(3, cache.getNetworkCount()); in statisticsConditionalCacheHit()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCache.java412 public synchronized int getNetworkCount() { in getNetworkCount() method
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DCache.java414 public synchronized int getNetworkCount() { in getNetworkCount() method