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

Commit e5f362d1 authored by Muralidhar Reddy Mule's avatar Muralidhar Reddy Mule Committed by Android (Google) Code Review
Browse files

Merge "Add new API for iccCloseLogicalChannel to pass isEs10 information."

parents 8e4c65ee 3aeb9f0d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -233,6 +233,13 @@ public class SimResponse extends IRadioSimResponse.Stub {
        RadioResponse.responseVoid(HAL_SERVICE_SIM, mRil, responseInfo);
    }

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

    /**
     * @param responseInfo Response info struct containing response type, serial no. and error
     * @param iccIo ICC IO operation response as defined by IccIoResult