Searched refs:upperRightLatitude (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 58 double upperRightLatitude, double upperRightLongitude, int maxResults, 62 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, 87 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName() argument
|
/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 202 double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, in getFromLocationName() argument 207 Preconditions.checkArgumentInRange(upperRightLatitude, -90.0, 90.0, "upperRightLatitude"); in getFromLocationName() 214 upperRightLatitude, upperRightLongitude, maxResults, mParams, listener); in getFromLocationName()
|
D | IGeocodeProvider.aidl | 31 …tring locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, in getFromLocationName() argument
|
D | ILocationManager.aidl | 75 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeocoderProxy.java | 101 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument 108 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
|
D | LocationManagerService.java | 1284 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument 1293 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
|