Add mock modem service operations in Telephony

Bug: 205101043
Bug: 203241555
Test: manual
Change-Id: I65127fc43c62b52e3efaa99d06bf77855aab7bb0
Merged-In: I65127fc43c62b52e3efaa99d06bf77855aab7bb0
This commit is contained in:
jimsun
2021-11-02 11:11:41 +08:00
parent 00d8163936
commit 6fb25dc35a

View File

@@ -2526,4 +2526,14 @@ interface ITelephony {
*/
CellIdentity getLastKnownCellIdentity(int subId, String callingPackage,
String callingFeatureId);
/**
* @return true if the modem service is set successfully, false otherwise.
*/
boolean setModemService(in String serviceName);
/**
* @return the service name of the modem service which bind to.
*/
String getModemService();
}