Searched defs:maxResults (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) in getFromLocation() 169 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName() 223 public List<Address> getFromLocationName(String locationName, int maxResults, in getFromLocationName()
|
D | IGeocodeProvider.aidl | 30 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() 36 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
|
D | ILocationManager.aidl | 58 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() 62 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 62 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation() 72 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeocoderProxy.java | 67 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() 77 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanResults.java | 154 public static ScanResults createOverflowing(int id, int bandScanned, int maxResults, in createOverflowing() 159 private ScanResults(int id, int bandScanned, int maxResults, ScanDetail... nativeResults) { in ScanResults()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 3489 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() 3502 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
|
/frameworks/base/core/java/android/widget/ |
D | SearchView.java | 1717 int maxResults = 1; in createVoiceAppSearchIntent() local
|