Loading src/java/com/android/internal/telephony/dataconnection/DcTracker.java +3 −0 Original line number Diff line number Diff line Loading @@ -1865,6 +1865,9 @@ public class DcTracker extends Handler { apnContext.setDataConnection(null); } // If there is any outstanding handover request, we need to respond it. sendHandoverCompleteMessages(apnContext.getApnTypeBitmask(), false, false); // Make sure reconnection alarm is cleaned up if there is no ApnContext // associated to the connection. if (dataConnection != null) { Loading Loading
src/java/com/android/internal/telephony/dataconnection/DcTracker.java +3 −0 Original line number Diff line number Diff line Loading @@ -1865,6 +1865,9 @@ public class DcTracker extends Handler { apnContext.setDataConnection(null); } // If there is any outstanding handover request, we need to respond it. sendHandoverCompleteMessages(apnContext.getApnTypeBitmask(), false, false); // Make sure reconnection alarm is cleaned up if there is no ApnContext // associated to the connection. if (dataConnection != null) { Loading