Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryApp.java33 public DownloadCache getDownloadCache(); in getDownloadCache() method
DGalleryAppImpl.java91 public synchronized DownloadCache getDownloadCache() { in getDownloadCache() method in GalleryAppImpl
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DUriImage.java116 mCacheEntry = mApplication.getDownloadCache().download(jc, url); in openOrDownloadInner()