/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 44 public void getFromLocation(double latitude, double longitude, int maxResults, 47 String error = onGetFromLocation(latitude, longitude, maxResults, params, results); 58 double upperRightLatitude, double upperRightLongitude, int maxResults, 63 maxResults, params, results); 77 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation() argument 87 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName() argument
|
/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 126 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) in getFromLocation() argument 133 mService.getFromLocation(latitude, longitude, maxResults, mParams, listener); in getFromLocation() 163 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName() argument 164 return getFromLocationName(locationName, maxResults, 0, 0, 0, 0); in getFromLocationName() 201 public List<Address> getFromLocationName(String locationName, int maxResults, in getFromLocationName() argument 214 upperRightLatitude, upperRightLongitude, maxResults, mParams, listener); in getFromLocationName()
|
D | IGeocodeProvider.aidl | 30 …oneway void getFromLocation(double latitude, double longitude, int maxResults, in GeocoderParams p… in getFromLocation() argument 32 …double upperRightLongitude, int maxResults, in GeocoderParams params, in IGeocodeListener listener… in getFromLocationName() argument
|
D | ILocationManager.aidl | 71 void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument 75 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeocoderProxy.java | 76 public void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument 82 provider.getFromLocation(latitude, longitude, maxResults, params, listener); in getFromLocation() 101 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument 109 maxResults, params, listener); in getFromLocationName()
|
D | LocationManagerService.java | 1263 public void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument 1271 mGeocodeProvider.getFromLocation(latitude, longitude, maxResults, params, listener); in getFromLocation() 1284 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument 1294 maxResults, params, listener); in getFromLocationName()
|
/frameworks/base/core/java/android/widget/ |
D | SearchView.java | 1718 int maxResults = 1; in createVoiceAppSearchIntent() local 1731 maxResults = searchable.getVoiceMaxResults(); in createVoiceAppSearchIntent() 1736 voiceIntent.putExtra(RecognizerIntent.EXTRA_MAX_RESULTS, maxResults); in createVoiceAppSearchIntent()
|