HomeSort by relevance Sort by last modified time
    Searched defs:setFastestInterval (Results 1 - 4 of 4) sorted by null

  /frameworks/base/location/java/android/location/
LocationRequest.java 55 * {@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
194 .setFastestInterval(minTime)
229 .setFastestInterval(minTime)
303 * updates can be controlled with {@link #setFastestInterval}.
387 * <p>If {@link #setFastestInterval} is set slower than {@link #setInterval},
394 public LocationRequest setFastestInterval(long millis) {
633 request.setFastestInterval(in.readLong());
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 81 milliseconds