Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java160 private static final long MIN_COARSE_INTERVAL_MS = 10 * 60 * 1000; field in LocationProviderManager
689 if (mBaseRequest.getIntervalMillis() < MIN_COARSE_INTERVAL_MS) { in calculateProviderLocationRequest()
690 builder.setIntervalMillis(MIN_COARSE_INTERVAL_MS); in calculateProviderLocationRequest()
692 if (mBaseRequest.getMinUpdateIntervalMillis() < MIN_COARSE_INTERVAL_MS) { in calculateProviderLocationRequest()
693 builder.setMinUpdateIntervalMillis(MIN_COARSE_INTERVAL_MS); in calculateProviderLocationRequest()
2962 if (newCoarse.getElapsedRealtimeMillis() - MIN_COARSE_INTERVAL_MS