Searched defs:cacheFile (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DFileCache.java65 public File cacheFile; field in class:FileCache.CacheEntry
67 private CacheEntry(long id, String contentUrl, File cacheFile) { argument
70 this.cacheFile = cacheFile;
148 if (!entry.cacheFile.isFile()) { // file has been removed
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDownloadCache.java251 public File cacheFile; field in class:DownloadCache.Entry
254 Entry(long id, File cacheFile) { argument
256 this.cacheFile = Utils.checkNotNull(cacheFile);

Completed in 769 milliseconds