Searched refs:GeocoderParams (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/location/lib/java/android/location/ |
D | GeocoderParams.java | 40 public class GeocoderParams implements Parcelable { class 47 public GeocoderParams(Context context) { in GeocoderParams() method in GeocoderParams 51 public GeocoderParams(Context context, Locale locale) { in GeocoderParams() method in GeocoderParams 55 public GeocoderParams( in GeocoderParams() method in GeocoderParams 91 public static final @NonNull Parcelable.Creator<GeocoderParams> CREATOR = 93 public GeocoderParams createFromParcel(Parcel in) { 101 return new GeocoderParams( 108 public GeocoderParams[] newArray(int size) { 109 return new GeocoderParams[size];
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | GeocodeProvider.java | 21 import android.location.GeocoderParams; 55 new GeocoderParams( 84 new GeocoderParams( 108 GeocoderParams params, List<Address> addrs); in onGetFromLocation() 118 GeocoderParams params, List<Address> addrs); in onGetFromLocationName()
|
/frameworks/base/location/lib/api/ |
D | system-current.txt | 4 @Deprecated public class GeocoderParams implements android.os.Parcelable { 5 ctor @Deprecated public GeocoderParams(android.content.Context); 6 ctor @Deprecated public GeocoderParams(android.content.Context, java.util.Locale); 7 ctor @Deprecated public GeocoderParams(int, String, @Nullable String, java.util.Locale); 14 …NonNull public static final android.os.Parcelable.Creator<android.location.GeocoderParams> CREATOR; 48 …tract String onGetFromLocation(double, double, int, android.location.GeocoderParams, java.util.Lis… 49 …onName(String, double, double, double, double, int, android.location.GeocoderParams, java.util.Lis…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 22870 Landroid/location/Geocoder;->mParams:Landroid/location/GeocoderParams; 22873 Landroid/location/GeocoderParams;-><init>()V 22874 Landroid/location/GeocoderParams;-><init>(Landroid/content/Context;Ljava/util/Locale;)V 22875 Landroid/location/GeocoderParams;->CREATOR:Landroid/os/Parcelable$Creator; 22876 Landroid/location/GeocoderParams;->mLocale:Ljava/util/Locale; 22877 Landroid/location/GeocoderParams;->mPackageName:Ljava/lang/String; 23171 Landroid/location/IGeocodeProvider$Stub$Proxy;->getFromLocation(DDILandroid/location/GeocoderParams… 23172 …Proxy;->getFromLocationName(Ljava/lang/String;DDDDILandroid/location/GeocoderParams;Ljava/util/Lis… 23285 Landroid/location/ILocationManager$Stub$Proxy;->getFromLocation(DDILandroid/location/GeocoderParams… 23286 …Proxy;->getFromLocationName(Ljava/lang/String;DDDDILandroid/location/GeocoderParams;Ljava/util/Lis… [all …]
|