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.java1584 if (sanitizedRequest.getFastestInterval() < LocationFudger.FASTEST_INTERVAL_MS) { in createSanitizedRequest()
1589 if (sanitizedRequest.getFastestInterval() > sanitizedRequest.getInterval()) { in createSanitizedRequest()
2172 long minTime = record.mRequest.getFastestInterval(); in shouldBroadcastSafe()
/frameworks/base/api/
Dsystem-current.txt20854 method public long getFastestInterval();