Searched defs:maxResults (Results 1 – 7 of 7) 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 | 71 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() 75 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 59 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation() 69 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName()
|
/frameworks/base/services/java/com/android/server/location/ |
D | GeocoderProxy.java | 93 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() 112 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
|
/frameworks/base/services/java/com/android/server/ |
D | LocationManagerService.java | 2137 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() 2149 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
|
/frameworks/base/core/java/android/widget/ |
D | SearchView.java | 1519 int maxResults = 1; in createVoiceAppSearchIntent() local
|