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

  /frameworks/base/location/java/android/location/
IGeocodeProvider.aidl 29 String getFromLocation(double latitude, double longitude, int maxResults,
34 double upperRightLatitude, double upperRightLongitude, int maxResults,
Geocoder.java 111 * @param maxResults max number of addresses to return. Smaller numbers (1 to 5) are recommended
123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults)
133 String ex = mService.getFromLocation(latitude, longitude, maxResults,
160 * @param maxResults max number of results to return. Smaller numbers (1 to 5) are recommended
169 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException {
176 0, 0, 0, 0, maxResults, mParams, results);
206 * @param maxResults max number of addresses to return. Smaller numbers (1 to 5) are recommended
223 public List<Address> getFromLocationName(String locationName, int maxResults,
249 maxResults, mParams, result);
ILocationManager.aidl 54 String getFromLocation(double latitude, double longitude, int maxResults,
58 double upperRightLatitude, double upperRightLongitude, int maxResults,
  /frameworks/base/location/lib/java/com/android/location/provider/
GeocodeProvider.java 40 public String getFromLocation(double latitude, double longitude, int maxResults,
42 return GeocodeProvider.this.onGetFromLocation(latitude, longitude, maxResults,
48 double upperRightLatitude, double upperRightLongitude, int maxResults,
52 maxResults, params, addrs);
61 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults,
71 double upperRightLatitude, double upperRightLongitude, int maxResults,
  /frameworks/base/services/java/com/android/server/location/
GeocoderProxy.java 75 public String getFromLocation(double latitude, double longitude, int maxResults,
80 return provider.getFromLocation(latitude, longitude, maxResults, params, addrs);
90 double upperRightLatitude, double upperRightLongitude, int maxResults,
97 maxResults, params, addrs);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QueryTask.java 77 int maxResults,
82 QueryTask<C> task = new QueryTask<C>(query, maxResults, provider, handler,
SuggestionsProviderImpl.java 74 int maxResults = mConfig.getMaxResultsPerSource();
75 QueryTask.startQuery(query, maxResults, sourceToQuery, mQueryExecutor,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/
historyFilterUrls.js 40 var maxResults = 10;
44 'maxResults' : maxResults
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowGeocoder.java 39 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOException {
56 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 200 int maxResults() const { return m_maxResults; }
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.cpp 148 if (toHTMLInputElement(host)->maxResults() < 0)
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_contents.js 797 'maxResults': 500
file_manager.js     [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 690 var maxResults =
701 [this.searchText_, this.offset_, this.rangeInDays_, endTime, maxResults]);
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 724 milliseconds