Loading src/java/com/android/internal/telephony/dataconnection/DcTracker.java +5 −0 Original line number Diff line number Diff line Loading @@ -2415,6 +2415,8 @@ public class DcTracker extends Handler { cleanUpAllConnections(true, Phone.REASON_SIM_NOT_READY); mAllApnSettings = null; mAutoAttachOnCreationConfig = false; // Clear auto attach as modem is expected to do a new attach once SIM is ready mAutoAttachOnCreation.set(false); } private void onSetDependencyMet(String apnType, boolean met) { Loading Loading @@ -2814,6 +2816,9 @@ public class DcTracker extends Handler { mReregisterOnReconnectFailure = false; // Clear auto attach as modem is expected to do a new attach mAutoAttachOnCreation.set(false); if (mPhone.getSimulatedRadioControl() != null) { // Assume data is connected on the simulator // FIXME this can be improved Loading Loading
src/java/com/android/internal/telephony/dataconnection/DcTracker.java +5 −0 Original line number Diff line number Diff line Loading @@ -2415,6 +2415,8 @@ public class DcTracker extends Handler { cleanUpAllConnections(true, Phone.REASON_SIM_NOT_READY); mAllApnSettings = null; mAutoAttachOnCreationConfig = false; // Clear auto attach as modem is expected to do a new attach once SIM is ready mAutoAttachOnCreation.set(false); } private void onSetDependencyMet(String apnType, boolean met) { Loading Loading @@ -2814,6 +2816,9 @@ public class DcTracker extends Handler { mReregisterOnReconnectFailure = false; // Clear auto attach as modem is expected to do a new attach mAutoAttachOnCreation.set(false); if (mPhone.getSimulatedRadioControl() != null) { // Assume data is connected on the simulator // FIXME this can be improved Loading