Home
last modified time | relevance | path

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

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