Searched refs:mGeoCache (Results 1 – 1 of 1) sorted by relevance
74 private BlobCache mGeoCache; field in ReverseGeocoder81 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()