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.java38 public String getFromLocation(double latitude, double longitude, int maxResults,
40 return GeocodeProvider.this.onGetFromLocation(latitude, longitude, maxResults,
46 double upperRightLatitude, double upperRightLongitude, int maxResults,
50 maxResults, params, addrs);
59 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation() argument
69 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.aidl71 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument
75 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
/frameworks/base/services/java/com/android/server/location/
DGeocoderProxy.java90 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument
98 return provider.getFromLocation(latitude, longitude, maxResults, in getFromLocation()
109 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
119 maxResults, params, addrs); in getFromLocationName()
/frameworks/base/core/java/android/app/
DSearchDialog.java873 int maxResults = 1; in createVoiceAppSearchIntent() local
885 maxResults = searchable.getVoiceMaxResults(); in createVoiceAppSearchIntent()
890 voiceIntent.putExtra(RecognizerIntent.EXTRA_MAX_RESULTS, maxResults); in createVoiceAppSearchIntent()
/frameworks/base/services/java/com/android/server/
DLocationManagerService.java2000 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument
2003 return mGeocodeProvider.getFromLocation(latitude, longitude, maxResults, in getFromLocation()
2012 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
2018 maxResults, params, addrs); in getFromLocationName()