Home
last modified time | relevance | path

Searched defs:maxResults (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/location/java/android/location/
DGeocoder.java123 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()
DIGeocodeProvider.aidl29 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
34 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
DILocationManager.aidl56 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/
DGeocodeProvider.java61 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/
DGeocoderProxy.java74 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/
DScanResults.java171 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/
DLocationManagerService.java2804 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/
DSearchView.java1608 int maxResults = 1; in createVoiceAppSearchIntent() local
/frameworks/base/core/java/android/widget/
DSearchView.java1672 int maxResults = 1; in createVoiceAppSearchIntent() local