Home
last modified time | relevance | path

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

/frameworks/base/location/lib/java/com/android/location/provider/
DGeocodeProvider.java58 double upperRightLatitude, double upperRightLongitude, int maxResults,
62 lowerLeftLongitude, upperRightLatitude, upperRightLongitude,
87 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName() argument
/frameworks/base/location/java/android/location/
DGeocoder.java202 double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, in getFromLocationName() argument
207 Preconditions.checkArgumentInRange(upperRightLatitude, -90.0, 90.0, "upperRightLatitude"); in getFromLocationName()
214 upperRightLatitude, upperRightLongitude, maxResults, mParams, listener); in getFromLocationName()
DIGeocodeProvider.aidl31 …tring locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, in getFromLocationName() argument
DILocationManager.aidl75 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
/frameworks/base/services/core/java/com/android/server/location/
DGeocoderProxy.java101 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
108 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()
DLocationManagerService.java1284 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
1293 lowerLeftLongitude, upperRightLatitude, upperRightLongitude, in getFromLocationName()