Loading src/java/com/android/internal/telephony/uicc/SIMRecords.java +1 −1 Original line number Diff line number Diff line Loading @@ -1505,13 +1505,13 @@ public class SIMRecords extends IccRecords { } private void onLocked() { mRecordsRequested = true; if (DBG) log("only fetch EF_LI and EF_PL in lock state"); loadEfLiAndEfPl(); } private void loadEfLiAndEfPl() { if (mParentApp.getType() == AppType.APPTYPE_USIM) { mRecordsRequested = true; mFh.loadEFTransparent(EF_LI, obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfUsimLiLoaded())); mRecordsToLoad++; Loading Loading
src/java/com/android/internal/telephony/uicc/SIMRecords.java +1 −1 Original line number Diff line number Diff line Loading @@ -1505,13 +1505,13 @@ public class SIMRecords extends IccRecords { } private void onLocked() { mRecordsRequested = true; if (DBG) log("only fetch EF_LI and EF_PL in lock state"); loadEfLiAndEfPl(); } private void loadEfLiAndEfPl() { if (mParentApp.getType() == AppType.APPTYPE_USIM) { mRecordsRequested = true; mFh.loadEFTransparent(EF_LI, obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfUsimLiLoaded())); mRecordsToLoad++; Loading