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

Commit b97344f0 authored by Rambo Wang's avatar Rambo Wang
Browse files

Add RadioResponse for setIndicationFilter 1.5 HAL

Bug: 149116507
Test: atest RILTest
Change-Id: I18f3bf472bc3f888260a7f1b1bc891922d5d066a
parent 6509969e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1547,6 +1547,13 @@ public class RadioResponse extends IRadioResponse.Stub {
        responseVoid(responseInfo);
    }

    /**
     * @param responseInfo Response info struct containing response type, serial no. and error
     */
    public void setIndicationFilterResponse_1_5(RadioResponseInfo responseInfo) {
        responseVoid(responseInfo);
    }

    /**
     * @param responseInfo Response info struct containing response type, serial no. and error
     */