Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2e43404 authored by Jooyung Han's avatar Jooyung Han Committed by Automerger Merge Worker
Browse files

Merge "telephony: suppress warnings in AIDL" am: 89242df0 am: 05820c8f

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

Change-Id: I6db7eb683f8abfa9e39ad2f8b8a0e999f79eb141
parents 99e25af0 05820c8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
+2 −0
Original line number Diff line number Diff line
@@ -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);

+1 −0
Original line number Diff line number Diff line
@@ -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);

    /**