Home
last modified time | relevance | path

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

/frameworks/base/location/lib/java/com/android/location/provider/
DGeocodeProvider.java44 public void getFromLocation(double latitude, double longitude, int maxResults,
47 String error = onGetFromLocation(latitude, longitude, maxResults, params, results);
58 double upperRightLatitude, double upperRightLongitude, int maxResults,
63 maxResults, params, results);
77 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation() argument
87 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName() argument
/frameworks/base/location/java/android/location/
DGeocoder.java126 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) in getFromLocation() argument
133 mService.getFromLocation(latitude, longitude, maxResults, mParams, listener); in getFromLocation()
163 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName() argument
164 return getFromLocationName(locationName, maxResults, 0, 0, 0, 0); in getFromLocationName()
201 public List<Address> getFromLocationName(String locationName, int maxResults, in getFromLocationName() argument
214 upperRightLatitude, upperRightLongitude, maxResults, mParams, listener); in getFromLocationName()
DIGeocodeProvider.aidl30 …oneway void getFromLocation(double latitude, double longitude, int maxResults, in GeocoderParams p… in getFromLocation() argument
32 …double upperRightLongitude, int maxResults, in GeocoderParams params, in IGeocodeListener listener… in getFromLocationName() argument
DILocationManager.aidl71 void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument
75 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
/frameworks/base/services/core/java/com/android/server/location/
DGeocoderProxy.java76 public void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument
82 provider.getFromLocation(latitude, longitude, maxResults, params, listener); in getFromLocation()
101 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
109 maxResults, params, listener); in getFromLocationName()
DLocationManagerService.java1263 public void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument
1271 mGeocodeProvider.getFromLocation(latitude, longitude, maxResults, params, listener); in getFromLocation()
1284 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
1294 maxResults, params, listener); in getFromLocationName()
/frameworks/base/core/java/android/widget/
DSearchView.java1718 int maxResults = 1; in createVoiceAppSearchIntent() local
1731 maxResults = searchable.getVoiceMaxResults(); in createVoiceAppSearchIntent()
1736 voiceIntent.putExtra(RecognizerIntent.EXTRA_MAX_RESULTS, maxResults); in createVoiceAppSearchIntent()