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

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

Merge changes I2976f198,I36cd1a7b am: d32e272d am: 6dfa1ba8

Change-Id: Id029f1e1aff0bacd96f9295ad503ad744d64284c
parents e970ea8a 6dfa1ba8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2594,6 +2594,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);
    }