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

Commit c0a5b0c9 authored by Sewook Seo's avatar Sewook Seo Committed by Android (Google) Code Review
Browse files

Merge "Revert "N3IWF HAL support: update NetworkResponse""

parents d78b2fb7 aa5ea3df
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -473,22 +473,6 @@ public class NetworkResponse extends IRadioNetworkResponse.Stub {
        RadioResponse.responseVoid(RIL.NETWORK_SERVICE, mRil, responseInfo);
    }

    /**
     * @param responseInfo Response info struct containing response type, serial no. and error
     * @param regResponse Current registration response as defined by RegStateResult
     */
    public void getRegistrationStateResponse(RadioResponseInfo responseInfo,
            android.hardware.radio.network.RegStateResult regResponse) {
        RILRequest rr = mRil.processResponse(RIL.NETWORK_SERVICE, responseInfo);

        if (rr != null) {
            if (responseInfo.error == RadioError.NONE) {
                RadioResponse.sendMessageResponse(rr.mResult, regResponse);
            }
            mRil.processResponseDone(rr, responseInfo, regResponse);
        }
    }

    @Override
    public String getInterfaceHash() {
        return IRadioNetworkResponse.HASH;