Loading telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java +6 −6 Original line number Diff line number Diff line Loading @@ -788,6 +788,7 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker { Message msg = obtainMessage(EVENT_DISCONNECT_DONE, apnContext); apnContext.getDataConnection().tearDown(apnContext.getReason(), msg); apnContext.setState(State.DISCONNECTING); } } else { // apn is connected but no reference to dcac. // Should not be happen, but reset the state in case. Loading @@ -796,7 +797,6 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker { apnContext.getApnType()); } } } } else { // force clean up the data connection. if (dcac != null) dcac.resetSync(); Loading Loading
telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java +6 −6 Original line number Diff line number Diff line Loading @@ -788,6 +788,7 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker { Message msg = obtainMessage(EVENT_DISCONNECT_DONE, apnContext); apnContext.getDataConnection().tearDown(apnContext.getReason(), msg); apnContext.setState(State.DISCONNECTING); } } else { // apn is connected but no reference to dcac. // Should not be happen, but reset the state in case. Loading @@ -796,7 +797,6 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker { apnContext.getApnType()); } } } } else { // force clean up the data connection. if (dcac != null) dcac.resetSync(); Loading