Home
last modified time | relevance | path

Searched refs:maxResults (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/location/lib/java/com/android/location/provider/
DGeocodeProvider.java41 public String getFromLocation(double latitude, double longitude, int maxResults,
43 return GeocodeProvider.this.onGetFromLocation(latitude, longitude, maxResults,
49 double upperRightLatitude, double upperRightLongitude, int maxResults,
53 maxResults, params, addrs);
62 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation() argument
72 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName() argument
/frameworks/base/location/java/android/location/
DGeocoder.java123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) in getFromLocation() argument
133 String ex = mService.getFromLocation(latitude, longitude, maxResults, in getFromLocation()
169 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName() argument
176 0, 0, 0, 0, maxResults, mParams, results); in getFromLocationName()
223 public List<Address> getFromLocationName(String locationName, int maxResults, in getFromLocationName() argument
249 maxResults, mParams, result); in getFromLocationName()
DIGeocodeProvider.aidl29 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument
34 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
DILocationManager.aidl56 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument
60 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
/frameworks/base/services/core/java/com/android/server/location/
DGeocoderProxy.java71 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument
80 latitude, longitude, maxResults, params, addrs); in getFromLocation()
91 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
101 maxResults, params, addrs); in getFromLocationName()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanResults.java171 public static ScanResults createOverflowing(int id, int maxResults, in createOverflowing() argument
173 return new ScanResults(id, false, maxResults, nativeResults); in createOverflowing()
176 private ScanResults(int id, boolean allChannelsScanned, int maxResults, in ScanResults() argument
186 if (maxResults == -1) { in ScanResults()
190 Math.min(sortedScanResults.length, maxResults)); in ScanResults()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DSearchView.java1609 int maxResults = 1; in createVoiceAppSearchIntent() local
1622 maxResults = searchable.getVoiceMaxResults(); in createVoiceAppSearchIntent()
1628 voiceIntent.putExtra(RecognizerIntent.EXTRA_MAX_RESULTS, maxResults); in createVoiceAppSearchIntent()
/frameworks/base/core/java/android/widget/
DSearchView.java1672 int maxResults = 1; in createVoiceAppSearchIntent() local
1685 maxResults = searchable.getVoiceMaxResults(); in createVoiceAppSearchIntent()
1690 voiceIntent.putExtra(RecognizerIntent.EXTRA_MAX_RESULTS, maxResults); in createVoiceAppSearchIntent()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java3139 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument
3142 return mGeocodeProvider.getFromLocation(latitude, longitude, maxResults, in getFromLocation()
3152 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
3158 maxResults, params, addrs); in getFromLocationName()