commit | 5cd70229d0f23d4228aa676e3a529a56c7385485 | [log] [tgz] |
---|---|---|
author | Sarah Chin <sarahchin@google.com> | Wed Apr 06 08:12:23 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 06 08:12:23 2022 +0000 |
tree | 43b300f4ba8ab975928edb470758e1749340de35 | |
parent | 7ddfb3b17739958ca858a1fde82ea2d6e11e47fe [diff] | |
parent | 256baf1478c695ff5a8a3f16cd1d4b2ef4e3818a [diff] |
DeactivateDataCall remove network on all errors am: 354140fd8c am: 256baf1478 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2056273 Change-Id: Ib05590dbb2511ab0194d3f46164eea360b39ba80 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/radio/aidl/android/hardware/radio/data/IRadioData.aidl b/radio/aidl/android/hardware/radio/data/IRadioData.aidl index 724b515..0171d39 100644 --- a/radio/aidl/android/hardware/radio/data/IRadioData.aidl +++ b/radio/aidl/android/hardware/radio/data/IRadioData.aidl
@@ -65,7 +65,7 @@ /** * Deactivate packet data connection and remove from the data call list. An * unsolDataCallListChanged() must be sent when data connection is deactivated. - * A return value of RadioError::RADIO_NOT_AVAILABLE will remove the network from the list. + * Any return value other than RadioError::NONE will remove the network from the list. * * @param serial Serial number of request. * @param cid Data call id.
diff --git a/radio/aidl/android/hardware/radio/data/IRadioDataResponse.aidl b/radio/aidl/android/hardware/radio/data/IRadioDataResponse.aidl index 1cb8ff3..88b6c1b 100644 --- a/radio/aidl/android/hardware/radio/data/IRadioDataResponse.aidl +++ b/radio/aidl/android/hardware/radio/data/IRadioDataResponse.aidl
@@ -67,8 +67,8 @@ * * Valid errors returned: * RadioError:REQUEST_NOT_SUPPORTED may be returned when HAL 1.2 or higher is supported. - * RadioError:NONE - * RadioError:RADIO_NOT_AVAILABLE will remove the network from the list. + * RadioError:NONE indicates success. Any other error will remove the network from the list. + * RadioError:RADIO_NOT_AVAILABLE * RadioError:INVALID_CALL_ID * RadioError:INVALID_STATE * RadioError:INVALID_ARGUMENTS