diff options
author | Zoey Chen <zoeychen@google.com> | 2021-03-05 12:35:39 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-05 12:35:39 +0000 |
commit | d22eced34b4be6e08e92a2db4cc1c5320470bf79 (patch) | |
tree | fe4f76d72c913196c5f2bf86ba45fc78bbceb683 /telephony/java/com/android | |
parent | db3769c465502f17cb61be91a07febe8a346bc13 (diff) | |
parent | 02271f9d0217789f4e1deecbb70cef9afb869842 (diff) |
Merge "[Telephony] Remove the dead code setRadioCapability in ITelephony"
Diffstat (limited to 'telephony/java/com/android')
-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 a05374c63052..6f33a8810699 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -1199,15 +1199,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 |