Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/http/cts/
DHttpResponseCacheTest.java103 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseCloses() local
115 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseUninstalls() local
121 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testDeleteUninstalls() local
132 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testStatisticsTracking() local
158 private void initializeCache(HttpResponseCache cache) { in initializeCache()
/cts/hostsidetests/security/src/android/security/cts/
DKernelConfigTest.java82 Map<ITestDevice, HashSet<String>> cache) throws Exception { in getDeviceConfig()
DSELinuxHostTest.java185 Map<ITestDevice, File> cache, String deviceFilePath, in getDeviceFile()
206 private static File buildSystemPolicy(ITestDevice device, Map<ITestDevice, File> cache, in buildSystemPolicy()