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

Commit a5bc496e authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Make setResponseFunctions() and setCallback() oneway."

parents 4caea7b9 08b94945
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ interface IRadio {
     * @param radioResponse Object containing response functions
     * @param radioIndication Object containing radio indications
     */
    setResponseFunctions(IRadioResponse radioResponse,
    oneway setResponseFunctions(IRadioResponse radioResponse,
            IRadioIndication radioIndication);

    /*
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ interface ISap {
     *
     * @param sapCallback Object containing response and unosolicited indication callbacks
     */
    setCallback(ISapCallback sapCallback);
    oneway setCallback(ISapCallback sapCallback);

    /**
     * CONNECT_REQ from SAP 1.1 spec 5.1.1