Home
last modified time | relevance | path

Searched refs:BlobCache (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DCacheManager.java23 import com.android.gallery3d.common.BlobCache;
32 private static HashMap<String, BlobCache> sCacheMap =
33 new HashMap<String, BlobCache>();
39 public static BlobCache getCache(Context context, String filename, in getCache()
46 BlobCache cache = sCacheMap.get(filename); in getCache()
51 cache = new BlobCache(path, maxEntries, maxBytes, false, in getCache()
78 BlobCache.deleteFiles(prefix + "imgcache"); in removeOldFilesIfNecessary()
79 BlobCache.deleteFiles(prefix + "rev_geocoding"); in removeOldFilesIfNecessary()
80 BlobCache.deleteFiles(prefix + "bookmark"); in removeOldFilesIfNecessary()
DReverseGeocoder.java27 import com.android.gallery3d.common.BlobCache;
74 private BlobCache mGeoCache;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DImageCacheService.java21 import com.android.gallery3d.common.BlobCache;
22 import com.android.gallery3d.common.BlobCache.LookupRequest;
40 private BlobCache mCache;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMoviePlayer.java44 import com.android.gallery3d.common.BlobCache;
500 BlobCache cache = CacheManager.getCache(mContext, in setBookmark()
518 BlobCache cache = CacheManager.getCache(mContext, in getBookmark()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java80 public class BlobCache implements Closeable { class
133 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset) in BlobCache() method in BlobCache
138 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset, in BlobCache() method in BlobCache
/packages/apps/Gallery2/
Dproguard.flags71 -keep class com.android.gallery3d.common.BlobCache { *; }