Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryApp.java32 public DownloadCache getDownloadCache(); in getDownloadCache() method
DGalleryAppImpl.java81 public synchronized DownloadCache getDownloadCache() { in getDownloadCache() method in GalleryAppImpl
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
DGalleryAppStub.java44 public DownloadCache getDownloadCache() { return null; } in getDownloadCache() method in GalleryAppStub
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DUriImage.java114 mCacheEntry = mApplication.getDownloadCache().download(jc, url); in openOrDownloadInner()