Searched refs:getFastestInterval (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationRequestUnbundled.java97 * than the minimum of {@link #getFastestInterval} and
102 public long getFastestInterval() { method in class:LocationRequestUnbundled
103 return delegate.getFastestInterval();
/frameworks/base/location/java/android/location/
H A DLocationRequest.java365 * than the minimum of {@link #getFastestInterval} and
370 public long getFastestInterval() { method in class:LocationRequest
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1379 if (sanitizedRequest.getFastestInterval() < LocationFudger.FASTEST_INTERVAL_MS) {
1383 // make getFastestInterval() the minimum of interval and fastest interval
1384 if (sanitizedRequest.getFastestInterval() > sanitizedRequest.getInterval()) {
1878 long minTime = record.mRequest.getFastestInterval();

Completed in 131 milliseconds