Lines Matching refs:minTime

411      * @param minTime minimum time interval between location updates, in milliseconds
423 public void requestLocationUpdates(String provider, long minTime, float minDistance,
429 provider, minTime, minDistance, false);
441 * @param minTime minimum time interval between location updates, in milliseconds
454 public void requestLocationUpdates(String provider, long minTime, float minDistance,
460 provider, minTime, minDistance, false);
471 * @param minTime minimum time interval between location updates, in milliseconds
486 public void requestLocationUpdates(long minTime, float minDistance, Criteria criteria,
492 criteria, minTime, minDistance, false);
504 * @param minTime minimum time interval between location updates, in milliseconds
513 public void requestLocationUpdates(String provider, long minTime, float minDistance,
519 provider, minTime, minDistance, false);
542 * <p> The location update interval can be controlled using the minTime parameter.
544 * minTime, although it can be more depending on the Location Provider
547 * <p> Choosing a sensible value for minTime is important to conserve
549 * GPS, WIFI, Cell and other radios. Select a minTime value as high as
554 * but if you insist then select a minTime of 5 * 60 * 1000 (5 minutes)
563 * at least minTime milliseconds have passed. However it is more
565 * parameter, so minTime should be the primary tool to conserving battery
572 * providers, so you do not need to be as careful about minTime and
575 * select non-zero values for minTime and/or minDistance to rate-limit
599 * <p class="note"> Prior to Jellybean, the minTime parameter was
602 * devices to observe both the minTime and minDistance parameters.
604 * @param minTime minimum time interval between location updates, in milliseconds
614 public void requestLocationUpdates(long minTime, float minDistance, Criteria criteria,
620 criteria, minTime, minDistance, false);