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

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

Completed in 293 milliseconds