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

Commit 575bb649 authored by Sandeep Gutta's avatar Sandeep Gutta Committed by Ricardo Cerqueira
Browse files

MSIM: Pass slotId to EVENT_SIM_LOCKED_QUERY_ICCID_DONE

While obtaining message for event EVENT_SIM_LOCKED_QUERY_ICCID_DONE
pass slotId in message arg1 field as it is being used at proprietary space.

Change-Id: If37f1337ed1a23195f1fbaf4d63715444250551f
(cherry picked from commit ca30c6aa)
parent 0a29ad74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ public class SubscriptionInfoUpdater extends Handler {
            if (iccId == null) {
                logd("Querying IccId");
                fileHandler.loadEFTransparent(IccConstants.EF_ICCID,
                        obtainMessage(EVENT_SIM_LOCKED_QUERY_ICCID_DONE,
                        obtainMessage(EVENT_SIM_LOCKED_QUERY_ICCID_DONE, slotId, -1,
                                new QueryIccIdUserObj(reason, slotId)));
            } else {
                logd("NOT Querying IccId its already set sIccid[" + slotId + "]=" + iccId);