Home
last modified time | relevance | path

Searched refs:setFastestInterval (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/location/java/android/location/
DLocationRequest.java190 .setFastestInterval(minTime) in createFromDeprecatedProvider()
225 .setFastestInterval(minTime) in createFromDeprecatedCriteria()
359 public LocationRequest setFastestInterval(long millis) { in setFastestInterval() method in LocationRequest
594 request.setFastestInterval(in.readLong());
/frameworks/base/docs/html/training/location/
Dchange-location-settings.jd96 …m/google/android/gms/location/LocationRequest.html#setFastestInterval(long)">{@code setFastestInte…
106 …m/google/android/gms/location/LocationRequest.html#setFastestInterval(long)">{@code setFastestInte…
151 mLocationRequest.setFastestInterval(5000);
/frameworks/base/services/core/java/com/android/server/location/
DGeofenceManager.java315 request.setInterval(intervalMs).setFastestInterval(0); in updateFences()
/frameworks/base/docs/html/training/articles/
Dwear-location-detection.jd164 .setFastestInterval(FASTEST_INTERVAL_MS);
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1585 sanitizedRequest.setFastestInterval(LocationFudger.FASTEST_INTERVAL_MS); in createSanitizedRequest()
1590 request.setFastestInterval(request.getInterval()); in createSanitizedRequest()
DDeviceIdleController.java1391 .setFastestInterval(0) in onBootPhase()
/frameworks/base/api/
Dsystem-current.txt20864 method public android.location.LocationRequest setFastestInterval(long);