Home
last modified time | relevance | path

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

/frameworks/base/location/lib/java/com/android/location/provider/
DLocationRequestUnbundled.java102 public long getFastestInterval() { in getFastestInterval() method in LocationRequestUnbundled
103 return delegate.getFastestInterval(); in getFastestInterval()
/frameworks/base/location/java/android/location/
DLocationRequest.java375 public long getFastestInterval() { in getFastestInterval() method in LocationRequest
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1954 if (sanitizedRequest.getFastestInterval() < LocationFudger.FASTEST_INTERVAL_MS) { in createSanitizedRequest()
1959 if (sanitizedRequest.getFastestInterval() > sanitizedRequest.getInterval()) { in createSanitizedRequest()
2539 long minTime = record.mRealRequest.getFastestInterval(); in shouldBroadcastSafe()
/frameworks/base/api/
Dsystem-current.txt22608 method public long getFastestInterval();