Merge "Add mock modem service operations in Telephony" am: a7ab25609e am: 2daf9fed80

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

Change-Id: Icc7215d10633bd28d00b788ec730c08ad7e4075f
This commit is contained in:
Treehugger Robot
2021-12-16 21:40:21 +00:00
committed by Automerger Merge Worker

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();
}