Searched refs:minFenceDistance (Results 1 – 1 of 1) sorted by relevance
290 double minFenceDistance = Double.MAX_VALUE; in updateFences() local326 if (fenceDistance < minFenceDistance) { in updateFences()327 minFenceDistance = fenceDistance; in updateFences()337 if (location != null && Double.compare(minFenceDistance, Double.MAX_VALUE) != 0) { in updateFences()339 minFenceDistance * 1000 / MAX_SPEED_M_S)); in updateFences()