Searched refs:lowerLeftLongitude (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 224 double lowerLeftLatitude, double lowerLeftLongitude, in getFromLocationName() argument 233 if (lowerLeftLongitude < -180.0 || lowerLeftLongitude > 180.0) { in getFromLocationName() 235 + lowerLeftLongitude); in getFromLocationName() 248 lowerLeftLatitude, lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
|
D | IGeocodeProvider.aidl | 35 double lowerLeftLatitude, double lowerLeftLongitude, in getFromLocationName() argument
|
D | ILocationManager.aidl | 61 double lowerLeftLatitude, double lowerLeftLongitude, in getFromLocationName() argument
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 48 double lowerLeftLatitude, double lowerLeftLongitude, 52 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, 71 double lowerLeftLatitude, double lowerLeftLongitude, in onGetFromLocationName() argument
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeocoderProxy.java | 76 double lowerLeftLatitude, double lowerLeftLongitude, in getFromLocationName() argument 82 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 3501 double lowerLeftLatitude, double lowerLeftLongitude, in getFromLocationName() argument 3507 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
|