Searched refs:Geocoder (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/countrydetector/ |
D | LocationBasedCountryDetector.java | 22 import android.location.Geocoder; 77 Geocoder geoCoder = new Geocoder(mContext); in getCountryFromLocation()
|
D | ComprehensiveCountryDetector.java | 22 import android.location.Geocoder; 470 return Geocoder.isPresent(); in isGeoCoderImplemented()
|
/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 59 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/ |
D | TelephonyCountryDetector.java | 24 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/ |
D | location.aconfig | 7 description: "Flag for new Geocoder APIs"
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyCountryDetectorTest.java | 34 import android.location.Geocoder; 326 return Geocoder.isPresent(); in isGeoCoderImplemented()
|
/frameworks/base/location/api/ |
D | current.txt | 88 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13758 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/ |
D | hiddenapi-max-target-o.txt | 22870 Landroid/location/Geocoder;->mParams:Landroid/location/GeocoderParams; 22871 Landroid/location/Geocoder;->mService:Landroid/location/ILocationManager; 22872 Landroid/location/Geocoder;->TAG:Ljava/lang/String;
|