Home
last modified time | relevance | path

Searched defs:maxResults (Results 1 – 8 of 8) 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.aidl30 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
36 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
DILocationManager.aidl58 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/
DGeocodeProvider.java62 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/
DGeocoderProxy.java67 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/
DScanResults.java154 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/
DLocationManagerService.java3489 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/
DSearchView.java1717 int maxResults = 1; in createVoiceAppSearchIntent() local