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

Commit 8f5bce69 authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by Automerger Merge Worker
Browse files

Merge "Add RadioResponse for setRadioPower 1.5 HAL." into rvc-dev am: 4ab2acd5 am: f74dfe5f

Change-Id: I91734e0ce65e4e792c39a905fd0e23608b5af5ef
parents 5f76004c f74dfe5f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2430,6 +2430,16 @@ public class RadioResponse extends IRadioResponse.Stub {
        }
    }

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

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