Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGeocoder.java224 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()
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,
52 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
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
82 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java3501 double lowerLeftLatitude, double lowerLeftLongitude, in getFromLocationName() argument
3507 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()