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

Commit 65a62958 authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

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

parents a5bc496e 32a8a98b
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
     */
    oneway setResponseFunctions(IRadioResponse radioResponse,
    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
     */
    oneway setCallback(ISapCallback sapCallback);
    setCallback(ISapCallback sapCallback);

    /**
     * CONNECT_REQ from SAP 1.1 spec 5.1.1