Merge "Add mock modem service operations in Telephony" am: a7ab25609e am: 2daf9fed80 am: f7d2720095
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1926901 Change-Id: Ib369b070d0f427c48b6cdbf5f61a6328642f889a
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user