Loading broadcastradio/aidl/android/hardware/broadcastradio/AlertUrgency.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ enum AlertUrgency { PAST, /** * Unknown rgency. * Unknown urgency. */ UNKNOWN, } broadcastradio/aidl/android/hardware/broadcastradio/Coordinate.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -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; } broadcastradio/aidl/android/hardware/broadcastradio/Geocode.aidl +3 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
broadcastradio/aidl/android/hardware/broadcastradio/AlertUrgency.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ enum AlertUrgency { PAST, /** * Unknown rgency. * Unknown urgency. */ UNKNOWN, }
broadcastradio/aidl/android/hardware/broadcastradio/Coordinate.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -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; }
broadcastradio/aidl/android/hardware/broadcastradio/Geocode.aidl +3 −2 Original line number Diff line number Diff line Loading @@ -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) Loading