Searched refs:mDownloadCache (Results 1 – 1 of 1) sorted by relevance
44 private DownloadCache mDownloadCache; field in GalleryAppImpl92 if (mDownloadCache == null) { in getDownloadCache()101 mDownloadCache = new DownloadCache(this, cacheDir, DOWNLOAD_CAPACITY); in getDownloadCache()103 return mDownloadCache; in getDownloadCache()