Searched refs:HTTP_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
45 private static final int HTTP_CACHE_SIZE = 10 * 1024 * 1024; // 10MB field in ImageFetcher94 if (ImageCache.getUsableSpace(mHttpCacheDir) > HTTP_CACHE_SIZE) { in initHttpDiskCache()96 mHttpDiskCache = DiskLruCache.open(mHttpCacheDir, 1, 1, HTTP_CACHE_SIZE); in initHttpDiskCache()