HomeSort by relevance Sort by last modified time
    Searched refs:DownloadCache (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryApp.java 25 import com.android.gallery3d.data.DownloadCache;
33 public DownloadCache getDownloadCache();
GalleryAppImpl.java 24 import com.android.gallery3d.data.DownloadCache;
44 private DownloadCache mDownloadCache;
91 public synchronized DownloadCache getDownloadCache() {
101 mDownloadCache = new DownloadCache(this, cacheDir, DOWNLOAD_CAPACITY);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java 41 public class DownloadCache {
42 private static final String TAG = "DownloadCache";
81 public DownloadCache(GalleryApp application, File root, long capacity) {
UriImage.java 52 private DownloadCache.Entry mCacheEntry;
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 81 milliseconds