Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DReverseGeocoder.java74 private BlobCache mGeoCache; field in ReverseGeocoder
81 mGeoCache = CacheManager.getCache(context, GEO_CACHE_FILE, in ReverseGeocoder()
311 if (useCache && mGeoCache != null) { in lookupAddress()
312 cachedLocation = mGeoCache.lookup(locationKey); in lookupAddress()
348 if (mGeoCache != null) { in lookupAddress()
349 mGeoCache.insert(locationKey, bos.toByteArray()); in lookupAddress()