Searched refs:GEOGRAPHIC_DISTANCE_CUTOFF_IN_MILES (Results 1 – 1 of 1) sorted by relevance
36 private static final int GEOGRAPHIC_DISTANCE_CUTOFF_IN_MILES = 20; field in TimeClustering333 return (GalleryUtils.toMile(distance) > GEOGRAPHIC_DISTANCE_CUTOFF_IN_MILES); in isGeographicallySeparated()