Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFileCache.java65 public File cacheFile; field in FileCache.CacheEntry
67 private CacheEntry(long id, String contentUrl, File cacheFile) { in CacheEntry() argument
70 this.cacheFile = cacheFile; in CacheEntry()
148 if (!entry.cacheFile.isFile()) { // file has been removed in lookup()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadCache.java251 public File cacheFile; field in DownloadCache.Entry
254 Entry(long id, File cacheFile) { in Entry() argument
256 this.cacheFile = Utils.checkNotNull(cacheFile); in Entry()
DUriImage.java123 InputStream is = new FileInputStream(mCacheEntry.cacheFile); in openOrDownloadInner()
128 mCacheEntry.cacheFile, ParcelFileDescriptor.MODE_READ_ONLY); in openOrDownloadInner()