Merge "[Telephony] Remove the dead code setRadioCapability in ITelephony" am: d22eced34b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1618843

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I40e0b44264ff86370861a17e801966e1d2ebcece
This commit is contained in:
Zoey Chen
2021-03-05 13:04:40 +00:00
committed by Automerger Merge Worker

View File

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