Searched refs:MAX_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
73 private static final long MAX_INTERVAL_MS = 2 * 60 * 60 * 1000; // two hours field in GeofenceManager338 intervalMs = (long)Math.min(MAX_INTERVAL_MS, Math.max(mEffectiveMinIntervalMs, in updateFences()