Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryAppImpl.java24 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()
H A DGalleryApp.java25 import com.android.gallery3d.data.DownloadCache;
33 public DownloadCache getDownloadCache(); in getDownloadCache()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDownloadCache.java41 public class DownloadCache { class
81 public DownloadCache(GalleryApp application, File root, long capacity) { in DownloadCache() method in DownloadCache
H A DUriImage.java53 private DownloadCache.Entry mCacheEntry;