Searched refs:BlobCache (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | CacheManager.java | 23 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()
|
D | ReverseGeocoder.java | 27 import com.android.gallery3d.common.BlobCache; 74 private BlobCache mGeoCache;
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | ImageCacheService.java | 21 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/ |
D | MoviePlayer.java | 44 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/ |
D | BlobCache.java | 80 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/ |
D | proguard.flags | 68 -keep class com.android.gallery3d.common.BlobCache { *; }
|