Home | History | Annotate | Download | only in location

Lines Matching refs:setInterval

37  * {@link #setInterval} to less than one second. This would be
56 * {@link #setInterval} (such as 60 minutes). They will only be assigned
57 * power blame for the interval set by {@link #setInterval}, but can
189 .setInterval(minTime)
223 .setInterval(minTime)
261 * <p>{@link #setQuality} and {@link #setInterval} are the most important parameters
304 * <p>{@link #setQuality} and {@link #setInterval} are the most important parameters
311 public LocationRequest setInterval(long millis) {
335 * {@link #setInterval} in some situations (for example, if other
341 * <p>Unlike {@link #setInterval}, this parameter is exact. Your
346 * active interval ({@link #setInterval}).
351 * <p>If {@link #setFastestInterval} is set slower than {@link #setInterval},
352 * then your effective fastest interval is {@link #setInterval}.
594 request.setInterval(in.readLong());