Home
last modified time | relevance | path

Searched refs:Geocoder (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/countrydetector/
DLocationBasedCountryDetector.java22 import android.location.Geocoder;
77 Geocoder geoCoder = new Geocoder(mContext); in getCountryFromLocation()
DComprehensiveCountryDetector.java22 import android.location.Geocoder;
470 return Geocoder.isPresent(); in isGeoCoderImplemented()
/frameworks/base/location/java/android/location/
DGeocoder.java59 public final class Geocoder { class
96 public Geocoder(@NonNull Context context) { in Geocoder() method in Geocoder
105 public Geocoder(@NonNull Context context, @NonNull Locale locale) { in Geocoder() method in Geocoder
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyCountryDetector.java24 import android.location.Geocoder;
83 @NonNull private final Geocoder mGeocoder;
135 private class TelephonyGeocodeListener implements Geocoder.GeocodeListener {
189 mGeocoder = new Geocoder(context); in TelephonyCountryDetector()
359 return Geocoder.isPresent(); in isGeoCoderImplemented()
/frameworks/base/location/java/android/location/flags/
Dlocation.aconfig7 description: "Flag for new Geocoder APIs"
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyCountryDetectorTest.java34 import android.location.Geocoder;
326 return Geocoder.isPresent(); in isGeoCoderImplemented()
/frameworks/base/location/api/
Dcurrent.txt88 public final class Geocoder {
89 ctor public Geocoder(@NonNull android.content.Context);
90 ctor public Geocoder(@NonNull android.content.Context, @NonNull java.util.Locale);
92 …80.0, to=180.0) double, @IntRange(from=1) int, @NonNull android.location.Geocoder.GeocodeListener);
94 …onName(@NonNull String, @IntRange(from=1) int, @NonNull android.location.Geocoder.GeocodeListener);
96 …le, @FloatRange(from=-180.0, to=180.0) double, @NonNull android.location.Geocoder.GeocodeListener);
100 public static interface Geocoder.GeocodeListener {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13758 public final class Geocoder {
13759 ctor public Geocoder(android.content.Context, java.util.Locale);
13760 ctor public Geocoder(android.content.Context);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22870 Landroid/location/Geocoder;->mParams:Landroid/location/GeocoderParams;
22871 Landroid/location/Geocoder;->mService:Landroid/location/ILocationManager;
22872 Landroid/location/Geocoder;->TAG:Ljava/lang/String;