Merge "Add mock modem service operations in Telephony"

This commit is contained in:
Treehugger Robot
2021-12-16 20:20:09 +00:00
committed by Gerrit Code Review

View File

@@ -2526,4 +2526,14 @@ interface ITelephony {
*/ */
CellIdentity getLastKnownCellIdentity(int subId, String callingPackage, CellIdentity getLastKnownCellIdentity(int subId, String callingPackage,
String callingFeatureId); 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();
} }