Searched refs:MIN_COARSE_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
160 private static final long MIN_COARSE_INTERVAL_MS = 10 * 60 * 1000; field in LocationProviderManager689 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