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

/frameworks/base/location/java/android/location/
H A DLocationManager.java930 * <p> After the number of milliseconds given by the expiration
933 * there should be no expiration time.
950 * @param expiration time for this proximity alert, in milliseconds,
951 * or -1 to indicate no expiration
958 public void addProximityAlert(double latitude, double longitude, float radius, long expiration, argument
961 if (expiration < 0) expiration = Long.MAX_VALUE;
964 LocationRequest request = new LocationRequest().setExpireIn(expiration);

Completed in 9 milliseconds