Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DIGeocodeProvider.aidl30 …oneway void getFromLocation(double latitude, double longitude, int maxResults, in GeocoderParams p… in getFromLocation()
32 …double upperRightLongitude, int maxResults, in GeocoderParams params, in IGeocodeListener listener… in getFromLocationName()
DGeocoder.java126 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) in getFromLocation()
163 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName()
201 public List<Address> getFromLocationName(String locationName, int maxResults, in getFromLocationName()
DILocationManager.aidl71 void 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/
DGeocodeProvider.java77 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation()
87 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName()
/frameworks/base/services/core/java/com/android/server/location/
DGeocoderProxy.java76 public void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
101 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
DLocationManagerService.java1263 public void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
1284 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName()
/frameworks/base/core/java/android/widget/
DSearchView.java1718 int maxResults = 1; in createVoiceAppSearchIntent() local