/aosp14/frameworks/base/location/java/android/location/ |
H A D | Geocoder.java | 199 public @Nullable List<Address> getFromLocationName( in getFromLocationName() method in Geocoder 202 return getFromLocationName(locationName, maxResults, 0, 0, 0, 0); in getFromLocationName() 222 public void getFromLocationName( in getFromLocationName() method in Geocoder 226 getFromLocationName(locationName, maxResults, 0, 0, 0, 0, listener); in getFromLocationName() 267 public @Nullable List<Address> getFromLocationName( in getFromLocationName() method in Geocoder 275 getFromLocationName(locationName, maxResults, lowerLeftLatitude, lowerLeftLongitude, in getFromLocationName() 306 public void getFromLocationName( in getFromLocationName() method in Geocoder 322 mService.getFromLocationName(locationName, lowerLeftLatitude, lowerLeftLongitude, in getFromLocationName()
|
H A D | IGeocodeProvider.aidl | 31 …oneway void getFromLocationName(String locationName, double lowerLeftLatitude, double lowerLeftLon… in getFromLocationName() method
|
H A D | ILocationManager.aidl | 74 void getFromLocationName(String locationName, in getFromLocationName() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/ |
H A D | GeocoderProxy.java | 99 public void getFromLocationName(String locationName, in getFromLocationName() method in GeocoderProxy 107 provider.getFromLocationName(locationName, lowerLeftLatitude, in getFromLocationName()
|
H A D | LocationManagerService.java | 1368 public void getFromLocationName(String locationName, in getFromLocationName() method in LocationManagerService 1378 mGeocodeProvider.getFromLocationName(locationName, lowerLeftLatitude, in getFromLocationName()
|
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | GeocodeProvider.java | 56 public void getFromLocationName(String locationName,
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 20349 …precated @Nullable public java.util.List<android.location.Address> getFromLocationName(@NonNull St… 20350 …method public void getFromLocationName(@NonNull String, @IntRange int, @NonNull android.location.G… 20351 …precated @Nullable public java.util.List<android.location.Address> getFromLocationName(@NonNull St… 20352 …method public void getFromLocationName(@NonNull String, @IntRange int, @FloatRange(from=-90.0, to=…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 23172 Landroid/location/IGeocodeProvider$Stub$Proxy;->getFromLocationName(Ljava/lang/String;DDDDILandroid… 23286 Landroid/location/ILocationManager$Stub$Proxy;->getFromLocationName(Ljava/lang/String;DDDDILandroid… 23381 Landroid/location/ILocationManager;->getFromLocationName(Ljava/lang/String;DDDDILandroid/location/G…
|