public LocationRequest setInterval(long l) { v(l); aes = l; if (!UK) { aet = (long) ((double) aes / 6D); } return this; }
public LocationRequest setFastestInterval(long l) { v(l); UK = true; aet = l; return this; }