Searched refs:MIN_INTERVAL_MS (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/java/com/android/server/location/
H A DGeofenceManager.java63 private static final long MIN_INTERVAL_MS = 1 * 60 * 1000; // one minute field in class:GeofenceManager
304 intervalMs = (long)Math.min(MAX_INTERVAL_MS, Math.max(MIN_INTERVAL_MS,
307 intervalMs = MIN_INTERVAL_MS;

Completed in 38 milliseconds