Searched refs:upperRightLongitude (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 225 double upperRightLatitude, double upperRightLongitude) throws IOException { in getFromLocationName() argument 241 if (upperRightLongitude < -180.0 || upperRightLongitude > 180.0) { in getFromLocationName() 243 + upperRightLongitude); in getFromLocationName() 248 lowerLeftLatitude, lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
|
D | IGeocodeProvider.aidl | 34 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
|
D | ILocationManager.aidl | 60 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 49 double upperRightLatitude, double upperRightLongitude, int maxResults, 52 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, 72 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName() argument
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeocoderProxy.java | 91 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument 100 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 3152 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument 3157 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
|