Home
last modified time | relevance | path

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

/frameworks/base/location/lib/java/com/android/location/provider/
DLocationRequestUnbundled.java95 return delegate.getMinUpdateIntervalMillis(); in getFastestInterval()
/frameworks/base/location/java/android/location/
DLocationRequest.java443 return getMinUpdateIntervalMillis(); in getFastestInterval()
557 public @IntRange(from = 0) long getMinUpdateIntervalMillis() { in getMinUpdateIntervalMillis() method in LocationRequest
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java623 if (baseRequest.getMinUpdateIntervalMillis() < MIN_COARSE_INTERVAL_MS) { in calculateProviderLocationRequest()
865 < getRequest().getMinUpdateIntervalMillis() - maxJitterMs) { in acceptLocationChange()
/frameworks/base/core/api/
Dcurrent.txt20083 method @IntRange(from=0) public long getMinUpdateIntervalMillis();