Merge "Add mock modem service operations in Telephony"

This commit is contained in:
Jim Sun
2021-12-16 06:38:56 +00:00
committed by Android (Google) Code Review

View File

@@ -2513,4 +2513,14 @@ interface ITelephony {
/** Check if telephony new data stack is enabled. */
boolean isUsingNewDataStack();
/**
* @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();
}