Searched refs:maxResults (Results 1 - 13 of 13) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowGeocoder.java28 * @param maxResults max number of addresses to return
32 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOException { argument
33 return fromLocation.subList(0, Math.min(maxResults, fromLocation.size()));
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowGeocoder.java39 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOException { argument
56 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { argument
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DLocationFacade.java173 @RpcParameter(name = "maxResults", description = "maximum number of results") @RpcDefault("1") Integer maxResults)
175 return mGeocoder.getFromLocation(latitude, longitude, maxResults);
170 geocode( @pcParametername = �) Double latitude, @RpcParameter(name = �) Double longitude, @RpcParameter(name = �, description = �) @RpcDefault(�) Integer maxResults) argument
/external/doclava/res/assets/templates-sdk/assets/js/
H A Ddocs.js1293 maxResults: parseInt(this.data('maxresults'), 10) || Infinity,
1330 if (opts.maxResults !== undefined) {
1331 resources = resources.slice(0, opts.maxResults);
2820 opts.maxResults = parseInt(opts.maxResults || '100', 10);
4935 if (opts.maxResults !== Infinity) {
4936 results = results.slice(0, opts.maxResults);
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 130 milliseconds