Searched refs:upperRightLongitude (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 | 273 @FloatRange(from = -180D, to = 180D) double upperRightLongitude) throws IOException { in getFromLocationName() 276 upperRightLatitude, upperRightLongitude, listener); in getFromLocationName() 312 @FloatRange(from = -180D, to = 180D) double upperRightLongitude, in getFromLocationName() 318 Preconditions.checkArgumentInRange(upperRightLongitude, -180.0, 180.0, in getFromLocationName() 323 upperRightLatitude, upperRightLongitude, maxResults, mParams, in getFromLocationName()
|
D | IGeocodeProvider.aidl | 32 …double upperRightLongitude, int maxResults, in GeocoderParams params, in IGeocodeListener listener… 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 | 1285 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument 1294 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
|