Home
last modified time | relevance | path

Searched defs:maxResults (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/location/java/android/location/
DGeocoder.java123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) in getFromLocation()
169 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName()
223 public List<Address> getFromLocationName(String locationName, int maxResults, in getFromLocationName()
DIGeocodeProvider.aidl29 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
34 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
DILocationManager.aidl71 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
75 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
/frameworks/base/location/lib/java/com/android/location/provider/
DGeocodeProvider.java59 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation()
69 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName()
/frameworks/base/services/java/com/android/server/location/
DGeocoderProxy.java93 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
112 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
/frameworks/base/services/java/com/android/server/
DLocationManagerService.java2137 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
2149 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
/frameworks/base/core/java/android/widget/
DSearchView.java1519 int maxResults = 1; in createVoiceAppSearchIntent() local