Searched defs:maxResults (Results 1 – 9 of 9) 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 | 29 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() 34 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
|
D | ILocationManager.aidl | 56 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() 60 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 61 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation() 71 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeocoderProxy.java | 74 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() 89 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanResults.java | 171 public static ScanResults createOverflowing(int id, int maxResults, in createOverflowing() 176 private ScanResults(int id, boolean allChannelsScanned, int maxResults, in ScanResults()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 2804 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() 2817 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SearchView.java | 1608 int maxResults = 1; in createVoiceAppSearchIntent() local
|
/frameworks/base/core/java/android/widget/ |
D | SearchView.java | 1672 int maxResults = 1; in createVoiceAppSearchIntent() local
|