Searched refs:mCacheEntry (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DUriImage.java52 private DownloadCache.Entry mCacheEntry; field in class:UriImage
116 mCacheEntry = mApplication.getDownloadCache().download(jc, url);
118 if (mCacheEntry == null) {
123 InputStream is = new FileInputStream(mCacheEntry.cacheFile);
128 mCacheEntry.cacheFile, ParcelFileDescriptor.MODE_READ_ONLY);

Completed in 45 milliseconds