Searched defs:MAX_INTERVAL_MS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java68 private static final long MAX_INTERVAL_MS = 2 * 60 * 60 * 1000; // two hours field in class:GeofenceManager
304 intervalMs = (long)Math.min(MAX_INTERVAL_MS, Math.max(MIN_INTERVAL_MS,

Completed in 122 milliseconds