/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 38 public String getFromLocation(double latitude, double longitude, int maxResults, 40 return GeocodeProvider.this.onGetFromLocation(latitude, longitude, maxResults, 46 double upperRightLatitude, double upperRightLongitude, int maxResults, 50 maxResults, params, addrs); 59 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation() argument 69 double upperRightLatitude, double upperRightLongitude, int maxResults, in onGetFromLocationName() argument
|
/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) in getFromLocation() argument 133 String ex = mService.getFromLocation(latitude, longitude, maxResults, in getFromLocation() 169 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName() argument 176 0, 0, 0, 0, maxResults, mParams, results); in getFromLocationName() 223 public List<Address> getFromLocationName(String locationName, int maxResults, in getFromLocationName() argument 249 maxResults, mParams, result); in getFromLocationName()
|
D | IGeocodeProvider.aidl | 29 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument 34 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
|
D | ILocationManager.aidl | 71 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument 75 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
|
/frameworks/base/services/java/com/android/server/location/ |
D | GeocoderProxy.java | 90 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument 98 return provider.getFromLocation(latitude, longitude, maxResults, in getFromLocation() 109 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument 119 maxResults, params, addrs); in getFromLocationName()
|
/frameworks/base/core/java/android/app/ |
D | SearchDialog.java | 873 int maxResults = 1; in createVoiceAppSearchIntent() local 885 maxResults = searchable.getVoiceMaxResults(); in createVoiceAppSearchIntent() 890 voiceIntent.putExtra(RecognizerIntent.EXTRA_MAX_RESULTS, maxResults); in createVoiceAppSearchIntent()
|
/frameworks/base/services/java/com/android/server/ |
D | LocationManagerService.java | 2000 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument 2003 return mGeocodeProvider.getFromLocation(latitude, longitude, maxResults, in getFromLocation() 2012 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument 2018 maxResults, params, addrs); in getFromLocationName()
|