Merge "Fix Result enum doc in AIDL broadcast radio HAL" into udc-dev am: 45b6428eb0
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/22897082
Change-Id: I0967d936c448a1735c4d181e61641e493a836b03
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/broadcastradio/aidl/android/hardware/broadcastradio/Result.aidl b/broadcastradio/aidl/android/hardware/broadcastradio/Result.aidl
index 9f7263a..f775bd0 100644
--- a/broadcastradio/aidl/android/hardware/broadcastradio/Result.aidl
+++ b/broadcastradio/aidl/android/hardware/broadcastradio/Result.aidl
@@ -39,7 +39,7 @@
INVALID_ARGUMENTS,
/**
- * Error used when the service is of invalid state (i.e. callback
+ * Error used when the service is on invalid state (i.e. callback
* is not registered for IBroadcastRadio).
*/
INVALID_STATE,
@@ -50,13 +50,13 @@
NOT_SUPPORTED,
/**
- * Error used when a tune, seek, step or operation is not completed
- * within {@link IBroadcastRadio#LIST_COMPLETE_TIMEOUT_MS}.
+ * Error used when a tune, seek, or step operation is not completed
+ * within {@link IBroadcastRadio#TUNER_TIMEOUT_MS}.
*/
TIMEOUT,
/**
- * Error used when a tune, seek, step or operation is canceled before
+ * Error used when a tune, seek, or step operation is canceled before
* being processed.
*/
CANCELED,