diff options
author | Zoey Chen <zoeychen@google.com> | 2021-03-04 18:05:27 +0800 |
---|---|---|
committer | Zoey Chen <zoeychen@google.com> | 2021-03-04 18:05:27 +0800 |
commit | 02271f9d0217789f4e1deecbb70cef9afb869842 (patch) | |
tree | 7712b1bf3cb863c47a7988d5200eb6bb4387ed4c | |
parent | ddd2a13c38a9534c64cf1351f5622f0f1cdbe971 (diff) |
[Telephony] Remove the dead code setRadioCapability in ITelephony
Bug: 181156124
Test: make
Change-Id: I5b8ebcdcc60815de93420c742740032a0d21f028
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 9fe06dc32c28..924f446e8e97 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -1245,15 +1245,6 @@ interface ITelephony { void shutdownMobileRadios(); /** - * Set phone radio type and access technology. - * - * @param rafs an RadioAccessFamily array to indicate all phone's - * new radio access family. The length of RadioAccessFamily - * must equ]]al to phone count. - */ - void setRadioCapability(in RadioAccessFamily[] rafs); - - /** * Get phone radio type and access technology. * * @param phoneId which phone you want to get |