mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-01-27 18:59:11 +00:00
Fix emergency radio alert AIDL doc
Bug: 361348719 Flag: EXEMPT HAL interface change Test: atest VtsHalBroadcastradioAidlTargetTest Change-Id: I17b131b95dc8dcc5c70cc671526cb2bcc7640876
This commit is contained in:
@@ -46,7 +46,7 @@ enum AlertUrgency {
|
||||
PAST,
|
||||
|
||||
/**
|
||||
* Unknown rgency.
|
||||
* Unknown urgency.
|
||||
*/
|
||||
UNKNOWN,
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ parcelable Coordinate {
|
||||
/**
|
||||
* 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;
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user