Home
last modified time | relevance | path

Searched refs:lowerLeftLatitude (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/location/java/android/location/
DGeocoder.java224 double lowerLeftLatitude, double lowerLeftLongitude, in getFromLocationName() argument
229 if (lowerLeftLatitude < -90.0 || lowerLeftLatitude > 90.0) { in getFromLocationName()
231 + lowerLeftLatitude); in getFromLocationName()
248 lowerLeftLatitude, lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
DIGeocodeProvider.aidl35 double lowerLeftLatitude, double lowerLeftLongitude, in getFromLocationName() argument
DILocationManager.aidl61 double lowerLeftLatitude, double lowerLeftLongitude, in getFromLocationName() argument
/frameworks/base/location/lib/java/com/android/location/provider/
DGeocodeProvider.java48 double lowerLeftLatitude, double lowerLeftLongitude,
51 return GeocodeProvider.this.onGetFromLocationName(locationName, lowerLeftLatitude,
71 double lowerLeftLatitude, double lowerLeftLongitude, in onGetFromLocationName() argument
/frameworks/base/services/core/java/com/android/server/location/
DGeocoderProxy.java76 double lowerLeftLatitude, double lowerLeftLongitude, in getFromLocationName() argument
81 return provider.getFromLocationName(locationName, lowerLeftLatitude, in getFromLocationName()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java3501 double lowerLeftLatitude, double lowerLeftLongitude, in getFromLocationName() argument
3506 return mGeocodeProvider.getFromLocationName(locationName, lowerLeftLatitude, in getFromLocationName()