Home
last modified time | relevance | path

Searched full:geocode (Results 1 – 25 of 148) sorted by relevance

123456

/aosp_15_r20/external/google-cloud-java/java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/java/com/google/maps/addressvalidation/v1/
H A DValidationResult.java124 * Information about the address itself as opposed to the geocode.
139 * Information about the address itself as opposed to the geocode.
156 * Information about the address itself as opposed to the geocode.
169 private com.google.maps.addressvalidation.v1.Geocode geocode_;
177 * <code>.google.maps.addressvalidation.v1.Geocode geocode = 3;</code>
179 * @return Whether the geocode field is set.
192 * <code>.google.maps.addressvalidation.v1.Geocode geocode = 3;</code>
194 * @return The geocode.
197 public com.google.maps.addressvalidation.v1.Geocode getGeocode() { in getGeocode()
199 ? com.google.maps.addressvalidation.v1.Geocode.getDefaultInstance() in getGeocode()
[all …]
H A DGeocode.java17 // source: google/maps/addressvalidation/v1/geocode.proto
28 * Protobuf type {@code google.maps.addressvalidation.v1.Geocode}
30 public final class Geocode extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.maps.addressvalidation.v1.Geocode)
35 // Use Geocode.newBuilder() to construct.
36 private Geocode(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Geocode() method in Geocode
40 private Geocode() { in Geocode() method in Geocode
48 return new Geocode(); in newInstance()
67 com.google.maps.addressvalidation.v1.Geocode.class, in internalGetFieldAccessorTable()
68 com.google.maps.addressvalidation.v1.Geocode.Builder.class); in internalGetFieldAccessorTable()
[all …]
H A DValidationResultOrBuilder.java65 * Information about the address itself as opposed to the geocode.
77 * Information about the address itself as opposed to the geocode.
89 * Information about the address itself as opposed to the geocode.
103 * <code>.google.maps.addressvalidation.v1.Geocode geocode = 3;</code>
105 * @return Whether the geocode field is set.
115 * <code>.google.maps.addressvalidation.v1.Geocode geocode = 3;</code>
117 * @return The geocode.
119 com.google.maps.addressvalidation.v1.Geocode getGeocode(); in getGeocode()
127 * <code>.google.maps.addressvalidation.v1.Geocode geocode = 3;</code>
H A DVerdict.java25 * High level overview of the address validation result and geocode.
76 * The various granularities that an address or a geocode can have.
81 * identifies a `LOCALITY`. However, if we are unable to find a geocode for
82 * "123 Main Street" in Redwood City, the geocode returned might be of
123 * A geocode that should be very close to the building-level location of
134 * The address or geocode indicates a block. Only used in regions which
145 * The geocode or address is granular to route, such as a street, road, or
200 * A geocode that should be very close to the building-level location of
211 * The address or geocode indicates a block. Only used in regions which
222 * The geocode or address is granular to route, such as a street, road, or
[all …]
H A DVerdictOrBuilder.java101 * [`geocode`][google.maps.addressvalidation.v1.ValidationResult.geocode].
121 * [`geocode`][google.maps.addressvalidation.v1.ValidationResult.geocode].
H A DAddressValidationServiceProto.java69 + "oogle/maps/addressvalidation/v1/geocode."
92 + "lidation.v1.Address\022:\n\007geocode\030\003 \001(\0132).g"
93 + "oogle.maps.addressvalidation.v1.Geocode\022"
179 "Verdict", "Address", "Geocode", "Metadata", "UspsData",
H A DGeocodeProto.java17 // source: google/maps/addressvalidation/v1/geocode.proto
50 + "le/type/latlng.proto\"\336\001\n\007Geocode\022%\n\010loca"
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/broadcastradio/aidl/android.hardware.broadcastradio-V3-java-source/gen/android/hardware/broadcastradio/
DGeocode.java3Geocode.java.d -o out/soong/.intermediates/hardware/interfaces/broadcastradio/aidl/android.hardwar…
13 * <p>Geocode is mainly for information display instead of parsing on radio application side. See
16 public class Geocode implements android.os.Parcelable class
29 …ic static final android.os.Parcelable.Creator<Geocode> CREATOR = new android.os.Parcelable.Creator…
31 public Geocode createFromParcel(android.os.Parcel _aidl_source) {
32 Geocode _aidl_out = new Geocode();
37 public Geocode[] newArray(int _aidl_size) {
38 return new Geocode[_aidl_size];
74 return "Geocode" + _aidl_sj.toString() ; in toString()
80 if (!(other instanceof Geocode)) return false; in equals()
[all …]
DGeocode.java.d1 …android.hardware.broadcastradio-V3-java-source/gen/android/hardware/broadcastradio/Geocode.java : \
2 hardware/interfaces/broadcastradio/aidl/android/hardware/broadcastradio/Geocode.aidl
DAlertArea.java20 public android.hardware.broadcastradio.Geocode[] geocodes;
55 geocodes = _aidl_parcel.createTypedArray(android.hardware.broadcastradio.Geocode.CREATOR); in readFromParcel()
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DRadioAlertUnitTest.java64 private static final RadioAlert.Geocode TEST_GEOCODE_1 = new RadioAlert.Geocode(
66 private static final RadioAlert.Geocode TEST_GEOCODE_2 = new RadioAlert.Geocode(
91 new RadioAlert.Geocode(/* valueName= */ null, TEST_GEOCODE_VALUE_1)); in constructor_withNullValueName_forGeocode_fails()
93 mExpect.withMessage("Exception for geocode constructor with null value name") in constructor_withNullValueName_forGeocode_fails()
95 .contains("Geocode value name can not be null"); in constructor_withNullValueName_forGeocode_fails()
101 new RadioAlert.Geocode(TEST_GEOCODE_VALUE_NAME, /* value= */ null)); in constructor_withNullValue_forGeocode_fails()
103 mExpect.withMessage("Exception for geocode constructor with null value") in constructor_withNullValue_forGeocode_fails()
105 .contains("Geocode value can not be null"); in constructor_withNullValue_forGeocode_fails()
110 mExpect.withMessage("Value name of geocode").that(TEST_GEOCODE_1.getValueName()) in getValueName_forGeocode()
116 mExpect.withMessage("Value of geocode").that(TEST_GEOCODE_1.getValue()) in getValue_forGeocode()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/hardware/radio/
H A DRadioAlert.java310 public static final class Geocode implements Parcelable { class in RadioAlert
316 * Constructor of geocode.
318 * @param valueName Name of geocode value.
319 * @param value Value of geocode.
323 public Geocode(@NonNull String valueName, @NonNull String value) { in Geocode() method in RadioAlert.Geocode
324 mValueName = Objects.requireNonNull(valueName, "Geocode value name can not be null"); in Geocode()
325 mValue = Objects.requireNonNull(value, "Geocode value can not be null"); in Geocode()
328 private Geocode(Parcel in) { in Geocode() method in RadioAlert.Geocode
333 public static final @NonNull Creator<Geocode> CREATOR = new Creator<Geocode>() {
335 public Geocode createFromParcel(Parcel in) {
[all …]
/aosp_15_r20/external/google-cloud-java/java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/proto/google/maps/addressvalidation/v1/
H A Daddress_validation_service.proto23 import "google/maps/addressvalidation/v1/geocode.proto";
172 // Information about the address itself as opposed to the geocode.
176 Geocode geocode = 3; field
187 // High level overview of the address validation result and geocode.
189 // The various granularities that an address or a geocode can have.
194 // identifies a `LOCALITY`. However, if we are unable to find a geocode for
195 // "123 Main Street" in Redwood City, the geocode returned might be of
207 // A geocode that should be very close to the building-level location of
211 // The address or geocode indicates a block. Only used in regions which
215 // The geocode or address is granular to route, such as a street, road, or
[all …]
/aosp_15_r20/external/googleapis/google/maps/addressvalidation/v1/
H A Daddress_validation_service.proto23 import "google/maps/addressvalidation/v1/geocode.proto";
194 // Information about the address itself as opposed to the geocode.
198 Geocode geocode = 3; field
209 // High level overview of the address validation result and geocode.
211 // The various granularities that an address or a geocode can have.
216 // identifies a `LOCALITY`. However, if we are unable to find a geocode for
217 // "123 Main Street" in Redwood City, the geocode returned might be of
229 // A geocode that approximates the building-level location of the address.
232 // The address or geocode indicates a block. Only used in regions which
236 // The geocode or address is granular to route, such as a street, road, or
[all …]
/aosp_15_r20/frameworks/base/location/java/android/location/provider/
H A DGeocodeProviderBase.java40 * Base class for geocode providers outside the system server.
42 * <p>Geocode providers should be wrapped in a non-exported service which returns the result of
50 * capable of implementing the geocode provider. All else equal, the service with the highest
59 * <p>The service should have an intent filter in place for the geocode provider as specified by the
62 * <p>Geocode providers are identified by their UID / package name / attribution tag. Based on this
63 * identity, geocode providers may be given some special privileges.
72 * The action the wrapping service should have in its intent filter to implement the geocode
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DConversionUtilsTest.java39 import android.hardware.broadcastradio.Geocode;
223 private static final RadioAlert.Geocode TEST_GEOCODE_1 = new RadioAlert.Geocode(
225 private static final RadioAlert.Geocode TEST_GEOCODE_2 = new RadioAlert.Geocode(
230 new Polygon[]{TEST_HAL_POLYGON}, new Geocode[]{
1100 new Geocode[]{})}, TEST_LANGUAGE); in radioAlertFromHalAlert_withLowThanFourCoordinates()
1122 new Geocode[]{})}, TEST_LANGUAGE); in radioAlertFromHalAlert_withDifferentFirstAndLastCoordinate()
1220 private static AlertArea createHalAlertArea(Polygon[] polygons, Geocode[] geocodes) { in createHalAlertArea()
1240 private static Geocode createHalGeocode(String valueName, String value) { in createHalGeocode()
1241 Geocode halGeocode = new Geocode(); in createHalGeocode()
/aosp_15_r20/external/python/uritemplates/tests/fixtures/
Dextended-tests.json12 "geocode" : ["37.76","-122.427"], array
39 ["/search.{format}{?q,geocode,lang,locale,page,result_type}",
40 [ "/search.json?q=URI%20Templates&geocode=37.76,-122.427&lang=en&page=5",
41 "/search.json?q=URI%20Templates&geocode=-122.427,37.76&lang=en&page=5"]
66 "geocode" : ["37.76","-122.427"] array
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
H A DConversionUtils.java598 private static RadioAlert.Geocode geocodeFromHalGeocode( in geocodeFromHalGeocode()
599 android.hardware.broadcastradio.Geocode geocode) { in geocodeFromHalGeocode() argument
600 return new RadioAlert.Geocode(geocode.valueName, geocode.value); in geocodeFromHalGeocode()
612 List<RadioAlert.Geocode> geocodeList = new ArrayList<>(halAlertArea.geocodes.length); in alertAreaFromHalAlertArea()
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java105 // Geocode Resolver timer timeout
441 /** Start retry timer in case Geocode Resolver fails */
445 Log.d(TAG, "Starting Geocode Resolver Timer"); in startRetryRequest()
448 Log.d(TAG, "Geocode Resolver Retry Timeout onReceive"); in startRetryRequest()
461 /** Stop retry timer in case Geocode Resolver fails */
464 Log.d(TAG, "Stop Geocode Resolver timer"); in stopRetryRequest()
/aosp_15_r20/hardware/interfaces/broadcastradio/aidl/default/
H A DBroadcastRadio.cpp178 static bool parseGeocode(int fd, const string& geocodeString, Geocode& parsedGeocode) { in parseGeocode()
182 dprintf(fd, "Geocode is not of \"VALUE_NAME,VALUE\" format: %s\n", geocodeString.c_str()); in parseGeocode()
228 } else if (EqualsIgnoreCase(areaTypeValuePair[0], "geocode")) { in parseAreaString()
229 Geocode parsedGeocode; in parseAreaString()
235 dprintf(fd, "Invalid area <TYPE> other than \"polygon\" and \"geocode\": %s\n", in parseAreaString()
960 "<TYPE> can be either \"polygon\" or \"geocode\". If <TYPE> is polygon, <VALUE> is a " in cmdHelp()
962 "<TYPE> is geocode, <VALUE> is of \"VALUE_NAME,VALUE\" format.\n"); in cmdHelp()
965 " possible \"alert message for testing\" en-US geocode:SAME,006109_geocode:SAME,006209" in cmdHelp()
967 "+geocode:SAME,006009\n"); in cmdHelp()
/aosp_15_r20/cts/tests/tests/broadcastradio/src/android/broadcastradio/cts/
H A DRadioTunerTest.java311 "android.hardware.radio.RadioAlert.Geocode#getValueName",
312 "android.hardware.radio.RadioAlert.Geocode#getValue",
545 mExpect.withMessage("Non-empty geocode value name").that(alertArea in verifyRadioAlert()
547 mExpect.withMessage("Non-empty geocode value").that(alertArea in verifyRadioAlert()
/aosp_15_r20/external/aws-sdk-java-v2/.changes/2.15.x/
H A D2.15.48.json27 … A new geospatial service providing capabilities to render maps, geocode/reverse geocode, track de…
/aosp_15_r20/hardware/interfaces/broadcastradio/aidl/android/hardware/broadcastradio/
H A DGeocode.aidl22 * <p>Geocode is mainly for information display instead of parsing on radio application side. See
27 parcelable Geocode {
H A DAlertArea.aidl19 import android.hardware.broadcastradio.Geocode;
38 Geocode[] geocodes;
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/broadcastradio/aidl/android.hardware.broadcastradio-V3-java/android_common/javac/
Dandroid.hardware.broadcastradio-V3-java.jar ... [] polygons public android.hardware.broadcastradio.Geocode[] geocodes public static final android.os. ...

123456