Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DLocationRequest.java190 .setFastestInterval(minTime) in createFromDeprecatedProvider()
224 .setFastestInterval(minTime) in createFromDeprecatedCriteria()
358 public LocationRequest setFastestInterval(long millis) { in setFastestInterval() method in LocationRequest
593 request.setFastestInterval(in.readLong());
/frameworks/base/docs/html/training/location/
Dreceive-location-updates.jd130 …m/google/android/gms/location/LocationRequest.html#setFastestInterval(long)">{@code setFastestInte…
140 …m/google/android/gms/location/LocationRequest.html#setFastestInterval(long)">{@code setFastestInte…
185 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.java1502 sanitizedRequest.setFastestInterval(LocationFudger.FASTEST_INTERVAL_MS); in createSanitizedRequest()
1507 request.setFastestInterval(request.getInterval()); in createSanitizedRequest()
/frameworks/base/api/
Dsystem-current.txt14895 method public android.location.LocationRequest setFastestInterval(long);