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

/frameworks/base/location/java/android/location/
H A DGeocoder.java150 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { method in class:Geocoder
156 String ex = mService.getFromLocationName(locationName,
164 Log.e(TAG, "getFromLocationName: got RemoteException", e);
204 public List<Address> getFromLocationName(String locationName, int maxResults, method in class:Geocoder
228 String ex = mService.getFromLocationName(locationName,
237 Log.e(TAG, "getFromLocationName: got RemoteException", e);
/frameworks/base/location/java/com/android/internal/location/
H A DGeocoderProxy.java86 public String getFromLocationName(String locationName, method in class:GeocoderProxy
96 return provider.getFromLocationName(locationName, lowerLeftLatitude,
100 Log.e(TAG, "getFromLocationName failed", e);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1705 public String getFromLocationName(String locationName, method in class:LocationManagerService
1711 return mGeocodeProvider.getFromLocationName(locationName, lowerLeftLatitude,

Completed in 19 milliseconds