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

Commit 4af06f78 authored by Daniel Bright's avatar Daniel Bright Committed by Automerger Merge Worker
Browse files

Created stub for supplySimDepersonalizationResponse am: 521e05d9 am: 68704719

Change-Id: I21b2fedb907c83165a30a25f7cea776a00f56670
parents 5e93f4de 68704719
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -192,6 +192,18 @@ public class RadioResponse extends IRadioResponse.Stub {
        responseInts(responseInfo, retriesRemaining);
        responseInts(responseInfo, retriesRemaining);
    }
    }



    /**
     * @param info Response info struct containing response type, serial no. and error
     * @param persoType SIM Personalisation type
     * @param remainingRetries postiive values indicates number of retries remaining,
     * must be equal to -1 if number of retries is infinite.
     */
    public void supplySimDepersonalizationResponse(RadioResponseInfo info,
            int persoType, int remainingRetries) {
        //short-term stub method
    }

    /**
    /**
     * @param responseInfo Response info struct containing response type, serial no. and error
     * @param responseInfo Response info struct containing response type, serial no. and error
     * @param calls Current call list
     * @param calls Current call list