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

/frameworks/base/location/java/android/location/
H A DGeocoder.java55 * getFromLocationName are implemented. Lack of network
169 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { method in class:Geocoder
175 String ex = mService.getFromLocationName(locationName,
183 Log.e(TAG, "getFromLocationName: got RemoteException", e);
223 public List<Address> getFromLocationName(String locationName, int maxResults, method in class:Geocoder
247 String ex = mService.getFromLocationName(locationName,
256 Log.e(TAG, "getFromLocationName: got RemoteException", e);
/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java87 public String getFromLocationName(String locationName, method in class:GeocoderProxy
94 return provider.getFromLocationName(locationName, lowerLeftLatitude,
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java2336 public String getFromLocationName(String locationName, method in class:LocationManagerService
2342 return mGeocodeProvider.getFromLocationName(locationName, lowerLeftLatitude,

Completed in 83 milliseconds