Searched refs:DownloadCache (Results 1 – 4 of 4) sorted by relevance
24 import com.android.gallery3d.data.DownloadCache;44 private DownloadCache mDownloadCache;91 public synchronized DownloadCache getDownloadCache() { in getDownloadCache()101 mDownloadCache = new DownloadCache(this, cacheDir, DOWNLOAD_CAPACITY); in getDownloadCache()
25 import com.android.gallery3d.data.DownloadCache;33 public DownloadCache getDownloadCache(); in getDownloadCache()
41 public class DownloadCache { class81 public DownloadCache(GalleryApp application, File root, long capacity) { in DownloadCache() method in DownloadCache
53 private DownloadCache.Entry mCacheEntry;