Loading src/java/com/android/internal/telephony/uicc/RuimRecords.java +11 −10 Original line number Diff line number Diff line Loading @@ -782,7 +782,11 @@ public final class RuimRecords extends IccRecords { } } Resources resource = Resources.getSystem(); if (resource.getBoolean(com.android.internal.R.bool.config_use_sim_language_file)) { setSimLanguage(mEFli, mEFpl); } mRecordsLoadedRegistrants.notifyRegistrants( new AsyncResult(null, null, null)); Loading Loading @@ -818,8 +822,6 @@ public final class RuimRecords extends IccRecords { obtainMessage(EVENT_GET_ICCID_DONE)); mRecordsToLoad++; Resources resource = Resources.getSystem(); if (resource.getBoolean(com.android.internal.R.bool.config_use_sim_language_file)) { mFh.loadEFTransparent(EF_PL, obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfPlLoaded())); mRecordsToLoad++; Loading @@ -827,7 +829,6 @@ public final class RuimRecords extends IccRecords { mFh.loadEFTransparent(EF_CSIM_LI, obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfCsimLiLoaded())); mRecordsToLoad++; } mFh.loadEFTransparent(EF_CSIM_SPN, obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfCsimSpnLoaded())); Loading src/java/com/android/internal/telephony/uicc/SIMRecords.java +6 −7 Original line number Diff line number Diff line Loading @@ -1438,7 +1438,12 @@ public class SIMRecords extends IccRecords { protected void onAllRecordsLoaded() { if (DBG) log("record load complete"); Resources resource = Resources.getSystem(); if (resource.getBoolean(com.android.internal.R.bool.config_use_sim_language_file)) { setSimLanguage(mEfLi, mEfPl); } else { if (DBG) log ("Not using EF LI/EF PL"); } if (mParentApp.getState() == AppState.APPSTATE_PIN || mParentApp.getState() == AppState.APPSTATE_PUK) { Loading Loading @@ -1509,12 +1514,6 @@ public class SIMRecords extends IccRecords { } private void loadEfLiAndEfPl() { Resources resource = Resources.getSystem(); if (!resource.getBoolean(com.android.internal.R.bool.config_use_sim_language_file)) { if (DBG) log ("Not using EF LI/EF PL"); return; } if (mParentApp.getType() == AppType.APPTYPE_USIM) { mRecordsRequested = true; mFh.loadEFTransparent(EF_LI, Loading Loading
src/java/com/android/internal/telephony/uicc/RuimRecords.java +11 −10 Original line number Diff line number Diff line Loading @@ -782,7 +782,11 @@ public final class RuimRecords extends IccRecords { } } Resources resource = Resources.getSystem(); if (resource.getBoolean(com.android.internal.R.bool.config_use_sim_language_file)) { setSimLanguage(mEFli, mEFpl); } mRecordsLoadedRegistrants.notifyRegistrants( new AsyncResult(null, null, null)); Loading Loading @@ -818,8 +822,6 @@ public final class RuimRecords extends IccRecords { obtainMessage(EVENT_GET_ICCID_DONE)); mRecordsToLoad++; Resources resource = Resources.getSystem(); if (resource.getBoolean(com.android.internal.R.bool.config_use_sim_language_file)) { mFh.loadEFTransparent(EF_PL, obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfPlLoaded())); mRecordsToLoad++; Loading @@ -827,7 +829,6 @@ public final class RuimRecords extends IccRecords { mFh.loadEFTransparent(EF_CSIM_LI, obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfCsimLiLoaded())); mRecordsToLoad++; } mFh.loadEFTransparent(EF_CSIM_SPN, obtainMessage(EVENT_GET_ICC_RECORD_DONE, new EfCsimSpnLoaded())); Loading
src/java/com/android/internal/telephony/uicc/SIMRecords.java +6 −7 Original line number Diff line number Diff line Loading @@ -1438,7 +1438,12 @@ public class SIMRecords extends IccRecords { protected void onAllRecordsLoaded() { if (DBG) log("record load complete"); Resources resource = Resources.getSystem(); if (resource.getBoolean(com.android.internal.R.bool.config_use_sim_language_file)) { setSimLanguage(mEfLi, mEfPl); } else { if (DBG) log ("Not using EF LI/EF PL"); } if (mParentApp.getState() == AppState.APPSTATE_PIN || mParentApp.getState() == AppState.APPSTATE_PUK) { Loading Loading @@ -1509,12 +1514,6 @@ public class SIMRecords extends IccRecords { } private void loadEfLiAndEfPl() { Resources resource = Resources.getSystem(); if (!resource.getBoolean(com.android.internal.R.bool.config_use_sim_language_file)) { if (DBG) log ("Not using EF LI/EF PL"); return; } if (mParentApp.getType() == AppType.APPTYPE_USIM) { mRecordsRequested = true; mFh.loadEFTransparent(EF_LI, Loading