Home
last modified time | relevance | path

Searched refs:MAX_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DGeofenceManager.java73 private static final long MAX_INTERVAL_MS = 2 * 60 * 60 * 1000; // two hours field in GeofenceManager
338 intervalMs = (long)Math.min(MAX_INTERVAL_MS, Math.max(mEffectiveMinIntervalMs, in updateFences()