Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryAppImpl.java44 private DownloadCache mDownloadCache; field in GalleryAppImpl
92 if (mDownloadCache == null) { in getDownloadCache()
101 mDownloadCache = new DownloadCache(this, cacheDir, DOWNLOAD_CAPACITY); in getDownloadCache()
103 return mDownloadCache; in getDownloadCache()