Searched defs:cache (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/net/src/android/net/http/cts/ |
D | HttpResponseCacheTest.java | 103 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/ |
D | KernelConfigTest.java | 82 Map<ITestDevice, HashSet<String>> cache) throws Exception { in getDeviceConfig()
|
D | SELinuxHostTest.java | 185 Map<ITestDevice, File> cache, String deviceFilePath, in getDeviceFile() 206 private static File buildSystemPolicy(ITestDevice device, Map<ITestDevice, File> cache, in buildSystemPolicy()
|