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.aidl36 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
DILocationManager.aidl62 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
/frameworks/base/location/lib/java/com/android/location/provider/
DGeocodeProvider.java49 double upperRightLatitude, double upperRightLongitude, int maxResults,
52 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
72 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName() argument
/frameworks/base/services/core/java/com/android/server/location/
DGeocoderProxy.java77 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
82 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java3502 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
3507 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()