Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/http/cts/
DHttpResponseCacheTest.java100 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseCloses() local
112 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseUninstalls() local
118 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testDeleteUninstalls() local
128 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testStatisticsTracking() local
154 private void initializeCache(HttpResponseCache cache) { in initializeCache()