/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 41 public String getFromLocation(double latitude, double longitude, int maxResults, 43 return GeocodeProvider.this.onGetFromLocation(latitude, longitude, maxResults, 49 double upperRightLatitude, double upperRightLongitude, int maxResults, 53 maxResults, params, addrs); 62 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation() argument 72 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 | 56 String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument 60 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeocoderProxy.java | 71 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument 80 latitude, longitude, maxResults, params, addrs); in getFromLocation() 91 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument 101 maxResults, params, addrs); in getFromLocationName()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanResults.java | 171 public static ScanResults createOverflowing(int id, int maxResults, in createOverflowing() argument 173 return new ScanResults(id, false, maxResults, nativeResults); in createOverflowing() 176 private ScanResults(int id, boolean allChannelsScanned, int maxResults, in ScanResults() argument 186 if (maxResults == -1) { in ScanResults() 190 Math.min(sortedScanResults.length, maxResults)); in ScanResults()
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/ |
D | SearchView.java | 1609 int maxResults = 1; in createVoiceAppSearchIntent() local 1622 maxResults = searchable.getVoiceMaxResults(); in createVoiceAppSearchIntent() 1628 voiceIntent.putExtra(RecognizerIntent.EXTRA_MAX_RESULTS, maxResults); in createVoiceAppSearchIntent()
|
/frameworks/base/core/java/android/widget/ |
D | SearchView.java | 1672 int maxResults = 1; in createVoiceAppSearchIntent() local 1685 maxResults = searchable.getVoiceMaxResults(); in createVoiceAppSearchIntent() 1690 voiceIntent.putExtra(RecognizerIntent.EXTRA_MAX_RESULTS, maxResults); in createVoiceAppSearchIntent()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 3139 public String getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation() argument 3142 return mGeocodeProvider.getFromLocation(latitude, longitude, maxResults, in getFromLocation() 3152 double upperRightLatitude, double upperRightLongitude, int maxResults, in getFromLocationName() argument 3158 maxResults, params, addrs); in getFromLocationName()
|