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

Commit 3f38df9f authored by Rakesh Pallerla's avatar Rakesh Pallerla
Browse files

Process LOADED and IMSI only in READY State.

Allow IMSI event to be accessed from MSim File.

Change-Id: I955986ee8621e170ebe78153438357c471b4b772
CRs-Fixed: 574876
parent 32c38aa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ public class IccCardProxy extends Handler implements IccCard {
    private static final int EVENT_ICC_LOCKED = 5;
    private static final int EVENT_APP_READY = 6;
    protected static final int EVENT_RECORDS_LOADED = 7;
    private static final int EVENT_IMSI_READY = 8;
    protected static final int EVENT_IMSI_READY = 8;
    private static final int EVENT_PERSO_LOCKED = 9;
    private static final int EVENT_CDMA_SUBSCRIPTION_SOURCE_CHANGED = 11;