HomeSort by relevance Sort by last modified time
    Searched refs:getFromLocationName (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 107 method = "getFromLocationName",
112 method = "getFromLocationName",
117 @ToBeFixed(bug = "", explanation = "getFromLocationName always returns a empty List.")
121 // There is no guarantee that geocoder.getFromLocationName returns accurate results.
126 List<Address> addrs = geocoder.getFromLocationName("Dalvik,Iceland", 5);
129 geocoder.getFromLocationName(null, 5);
135 geocoder.getFromLocationName("Beijing", 5, -91, 100, 45, 130);
141 geocoder.getFromLocationName("Beijing", 5, 25, 190, 45, 130);
147 geocoder.getFromLocationName("Beijing", 5, 25, 100, 91, 130);
153 geocoder.getFromLocationName("Beijing", 5, 25, 100, 45, -181)
    [all...]
  /frameworks/base/location/java/android/location/
IGeocodeProvider.aidl 32 String getFromLocationName(String locationName,
Geocoder.java 150 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException {
156 String ex = mService.getFromLocationName(locationName,
164 Log.e(TAG, "getFromLocationName: got RemoteException", e);
204 public List<Address> getFromLocationName(String locationName, int maxResults,
228 String ex = mService.getFromLocationName(locationName,
237 Log.e(TAG, "getFromLocationName: got RemoteException", e);
ILocationManager.aidl 69 String getFromLocationName(String locationName,
  /frameworks/base/location/java/com/android/internal/location/
GeocoderProxy.java 86 public String getFromLocationName(String locationName,
96 return provider.getFromLocationName(locationName, lowerLeftLatitude,
100 Log.e(TAG, "getFromLocationName failed", e);
  /frameworks/base/location/java/android/location/provider/
GeocodeProvider.java 44 public String getFromLocationName(String locationName,
64 * {@link Geocoder#getFromLocationName(String, int, double, double, double, double)} method.
  /frameworks/base/location/tests/locationtests/src/android/location/
GeocoderTest.java 49 List<Address> addresses2 = g.getFromLocationName("San Francisco, CA", 1);
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 279 milliseconds