commit | 8328b0068ab8c37852367b33c78244efa30a84a6 | [log] [tgz] |
---|---|---|
author | Weilin Xu <xuweilin@google.com> | Thu Nov 21 11:01:45 2024 -0800 |
committer | Weilin Xu <xuweilin@google.com> | Thu Nov 21 11:01:45 2024 -0800 |
tree | 720463aa12b11f05d92854d40373ed0fe66e263a | |
parent | 044ae2cd406ec389eb0d3c7d75201406e8fe2ceb [diff] |
Fix emergency radio alert AIDL doc Bug: 361348719 Flag: EXEMPT HAL interface change Test: atest VtsHalBroadcastradioAidlTargetTest Change-Id: I17b131b95dc8dcc5c70cc671526cb2bcc7640876
diff --git a/broadcastradio/aidl/android/hardware/broadcastradio/AlertUrgency.aidl b/broadcastradio/aidl/android/hardware/broadcastradio/AlertUrgency.aidl index a0ef4a9..c7bfdbc 100644 --- a/broadcastradio/aidl/android/hardware/broadcastradio/AlertUrgency.aidl +++ b/broadcastradio/aidl/android/hardware/broadcastradio/AlertUrgency.aidl
@@ -46,7 +46,7 @@ PAST, /** - * Unknown rgency. + * Unknown urgency. */ UNKNOWN, }
diff --git a/broadcastradio/aidl/android/hardware/broadcastradio/Coordinate.aidl b/broadcastradio/aidl/android/hardware/broadcastradio/Coordinate.aidl index b881534..9c9680b 100644 --- a/broadcastradio/aidl/android/hardware/broadcastradio/Coordinate.aidl +++ b/broadcastradio/aidl/android/hardware/broadcastradio/Coordinate.aidl
@@ -34,7 +34,7 @@ /** * Longitude of the cooridinate. * - * <p>Longitude is in the range of -90 to 90. + * <p>Longitude is in the range of -180 to 180. */ double longitude; }
diff --git a/broadcastradio/aidl/android/hardware/broadcastradio/Geocode.aidl b/broadcastradio/aidl/android/hardware/broadcastradio/Geocode.aidl index f0162ca..ca98154 100644 --- a/broadcastradio/aidl/android/hardware/broadcastradio/Geocode.aidl +++ b/broadcastradio/aidl/android/hardware/broadcastradio/Geocode.aidl
@@ -17,9 +17,10 @@ package android.hardware.broadcastradio; /** - * Geographic code reprensenting location in alert message + * Geographic code reprensenting location in alert message. * - * <p>(see ITU-T X.1303 bis for more info). + * <p>Geocode is mainly for information display instead of parsing on radio application side. See + * ITU-T X.1303 bis for more info. */ @VintfStability @JavaDerive(equals=true, toString=true)