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

/frameworks/base/location/java/android/location/
H A DGeocoder.java210 * @param upperRightLongitude the longitude of the upper right corner of the bounding box
225 double upperRightLatitude, double upperRightLongitude) throws IOException {
241 if (upperRightLongitude < -180.0 || upperRightLongitude > 180.0) {
242 throw new IllegalArgumentException("upperRightLongitude == "
243 + upperRightLongitude);
248 lowerLeftLatitude, lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
223 getFromLocationName(String locationName, int maxResults, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude) argument
/frameworks/base/location/lib/java/com/android/location/provider/
H A DGeocodeProvider.java48 double upperRightLatitude, double upperRightLongitude, int maxResults,
51 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
71 double upperRightLatitude, double upperRightLongitude, int maxResults,
69 onGetFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument
/frameworks/base/services/java/com/android/server/location/
H A DGeocoderProxy.java90 double upperRightLatitude, double upperRightLongitude, int maxResults,
96 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
88 getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1991 double upperRightLatitude, double upperRightLongitude, int maxResults,
1996 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
1989 getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, GeocoderParams params, List<Address> addrs) argument

Completed in 112 milliseconds