Searched defs:setFastestInterval (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/location/java/android/location/
H A DLocationRequest.java55 * {@link #setFastestInterval} (such as 1 minute) and a slower
59 * to {@link #setFastestInterval}. This style of request is appropriate for
61 * careful to also throttle {@link #setFastestInterval} if you perform
190 .setFastestInterval(minTime)
224 .setFastestInterval(minTime)
296 * updates can be controlled with {@link #setFastestInterval}.
351 * <p>If {@link #setFastestInterval} is set slower than {@link #setInterval},
358 public LocationRequest setFastestInterval(long millis) { method in class:LocationRequest
593 request.setFastestInterval(in.readLong());

Completed in 62 milliseconds