HomeSort by relevance Sort by last modified time
    Searched full:minfencedistance (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/core/java/com/android/server/location/
GeofenceManager.java 256 double minFenceDistance = Double.MAX_VALUE;
292 if (fenceDistance < minFenceDistance) {
293 minFenceDistance = fenceDistance;
303 if (location != null && Double.compare(minFenceDistance, Double.MAX_VALUE) != 0) {
305 minFenceDistance * 1000 / MAX_SPEED_M_S));

Completed in 1054 milliseconds