[Telephony] Remove the dead code setRadioCapability in ITelephony

Bug: 181156124
Test: make
Change-Id: I5b8ebcdcc60815de93420c742740032a0d21f028
This commit is contained in:
Zoey Chen
2021-03-04 18:05:27 +08:00
parent ddd2a13c38
commit 02271f9d02

View File

@@ -1244,15 +1244,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.
*