Home
last modified time | relevance | path

Searched refs:upperRightLatitude (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
237 if (upperRightLatitude < -90.0 || upperRightLatitude > 90.0) { in getFromLocationName()
239 + upperRightLatitude); in getFromLocationName()
248 lowerLeftLatitude, lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
DIGeocodeProvider.aidl34 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
DILocationManager.aidl60 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
/frameworks/base/location/lib/java/com/android/location/provider/
DGeocodeProvider.java48 double upperRightLatitude, double upperRightLongitude, int maxResults,
51 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
71 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName() argument
/frameworks/base/services/core/java/com/android/server/location/
DGeocoderProxy.java89 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
95 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java2828 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
2833 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()