Searched refs:DOWNLOAD_CAPACITY (Results 1 – 1 of 1) sorted by relevance
38 private static final long DOWNLOAD_CAPACITY = 64 * 1024 * 1024; // 64M field in GalleryAppImpl101 mDownloadCache = new DownloadCache(this, cacheDir, DOWNLOAD_CAPACITY); in getDownloadCache()