Home
last modified time | relevance | path

Searched refs:DOWNLOAD_CAPACITY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryAppImpl.java38 private static final long DOWNLOAD_CAPACITY = 64 * 1024 * 1024; // 64M field in GalleryAppImpl
101 mDownloadCache = new DownloadCache(this, cacheDir, DOWNLOAD_CAPACITY); in getDownloadCache()