Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGeocoder.java225 double upperRightLatitude, double upperRightLongitude) throws IOException { in getFromLocationName() argument
241 if (upperRightLongitude < -180.0 || upperRightLongitude > 180.0) { in getFromLocationName()
243 + upperRightLongitude); in getFromLocationName()
248 lowerLeftLatitude, lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
DIGeocodeProvider.aidl34 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
DILocationManager.aidl75 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
/frameworks/base/location/lib/java/com/android/location/provider/
DGeocodeProvider.java46 double upperRightLatitude, double upperRightLongitude, int maxResults,
49 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
69 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName() argument
/frameworks/base/services/java/com/android/server/location/
DGeocoderProxy.java109 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
118 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
/frameworks/base/services/java/com/android/server/
DLocationManagerService.java2012 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
2017 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()