Searched defs:getFromLocation (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/location/java/android/location/
H A DGeocoder.java54 * Returns true if the Geocoder methods getFromLocation and
123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) method in class:Geocoder
133 String ex = mService.getFromLocation(latitude, longitude, maxResults,
141 Log.e(TAG, "getFromLocation: got RemoteException", e);
/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java74 public String getFromLocation(double latitude, double longitude, int maxResults, method in class:GeocoderProxy
79 return provider.getFromLocation(latitude, longitude, maxResults, params, addrs);
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java2325 public String getFromLocation(double latitude, double longitude, int maxResults, method in class:LocationManagerService
2328 return mGeocodeProvider.getFromLocation(latitude, longitude, maxResults,

Completed in 358 milliseconds