Loading src/java/com/android/internal/telephony/dataconnection/DcTracker.java +6 −4 Original line number Original line Diff line number Diff line Loading @@ -2760,10 +2760,12 @@ public final class DcTracker extends DcTrackerBase { mIccRecords.set(null); mIccRecords.set(null); } } if (newIccRecords != null) { if (newIccRecords != null) { log("New records found"); if (mPhone.getSubId() >= 0) { log("New records found."); mIccRecords.set(newIccRecords); mIccRecords.set(newIccRecords); newIccRecords.registerForRecordsLoaded( newIccRecords.registerForRecordsLoaded( this, DctConstants.EVENT_RECORDS_LOADED, null); this, DctConstants.EVENT_RECORDS_LOADED, null); } } else { } else { onSimNotReady(); onSimNotReady(); } } Loading Loading
src/java/com/android/internal/telephony/dataconnection/DcTracker.java +6 −4 Original line number Original line Diff line number Diff line Loading @@ -2760,10 +2760,12 @@ public final class DcTracker extends DcTrackerBase { mIccRecords.set(null); mIccRecords.set(null); } } if (newIccRecords != null) { if (newIccRecords != null) { log("New records found"); if (mPhone.getSubId() >= 0) { log("New records found."); mIccRecords.set(newIccRecords); mIccRecords.set(newIccRecords); newIccRecords.registerForRecordsLoaded( newIccRecords.registerForRecordsLoaded( this, DctConstants.EVENT_RECORDS_LOADED, null); this, DctConstants.EVENT_RECORDS_LOADED, null); } } else { } else { onSimNotReady(); onSimNotReady(); } } Loading