Searched refs:locationName (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/location/java/android/location/ |
H A D | Geocoder.java | 200 @NonNull String locationName, in getFromLocationName() 202 return getFromLocationName(locationName, maxResults, 0, 0, 0, 0); in getFromLocationName() 223 @NonNull String locationName, in getFromLocationName() 226 getFromLocationName(locationName, maxResults, 0, 0, 0, 0, listener); in getFromLocationName() 268 @NonNull String locationName, in getFromLocationName() 275 getFromLocationName(locationName, maxResults, lowerLeftLatitude, lowerLeftLongitude, in getFromLocationName() 307 @NonNull String locationName, in getFromLocationName() 314 Preconditions.checkArgument(locationName != null); in getFromLocationName() 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() argument
|
H A D | ILocationManager.aidl | 74 void getFromLocationName(String locationName, in getFromLocationName() argument
|
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | GeocodeProvider.java | 56 public void getFromLocationName(String locationName, 61 String error = onGetFromLocationName(locationName, lowerLeftLatitude, 85 public abstract String onGetFromLocationName(String locationName, in onGetFromLocationName() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/ |
H A D | GeocoderProxy.java | 99 public void getFromLocationName(String locationName, in getFromLocationName() argument 107 provider.getFromLocationName(locationName, lowerLeftLatitude, in getFromLocationName()
|
H A D | LocationManagerService.java | 1368 public void getFromLocationName(String locationName, in getFromLocationName() argument 1378 mGeocodeProvider.getFromLocationName(locationName, lowerLeftLatitude, in getFromLocationName()
|
/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 ... |