Merge "telephony: suppress warnings in AIDL" am: 89242df0c9 am: 05820c8ff6 am: f2e4340476
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1796511 Change-Id: I2243d9cde081a9509daa9e85f13aa15bff78d833
This commit is contained in:
@@ -25,6 +25,7 @@ oneway interface IMbmsGroupCallSessionCallback
|
||||
{
|
||||
void onError(int errorCode, String message);
|
||||
|
||||
@SuppressWarnings(value={"untyped-collection"})
|
||||
void onAvailableSaisUpdated(in List currentSai, in List availableSais);
|
||||
|
||||
void onServiceInterfaceAvailable(String interfaceName, int index);
|
||||
|
||||
@@ -29,9 +29,11 @@ interface IMbmsGroupCallService
|
||||
|
||||
void stopGroupCall(int subId, long tmgi);
|
||||
|
||||
@SuppressWarnings(value={"untyped-collection"})
|
||||
void updateGroupCall(int subscriptionId, long tmgi, in List saiList,
|
||||
in List frequencyList);
|
||||
|
||||
@SuppressWarnings(value={"untyped-collection"})
|
||||
int startGroupCall(int subscriptionId, long tmgi, in List saiList,
|
||||
in List frequencyList, IGroupCallCallback callback);
|
||||
|
||||
|
||||
@@ -1980,6 +1980,7 @@ interface ITelephony {
|
||||
/**
|
||||
* Return the emergency number list from all the active subscriptions.
|
||||
*/
|
||||
@SuppressWarnings(value={"untyped-collection"})
|
||||
Map getEmergencyNumberList(String callingPackage, String callingFeatureId);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user