Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 063a606a authored by Jack Yu's avatar Jack Yu
Browse files

Cleaned up dead code

Cleaned up dead code for CleanupDataConnection and
CleanupAllDataConnections. Also renamed the internal
version.

There is no logic change in this change.

Test: Unit tests and telephony sanity tests
Bug: 73659459
Change-Id: I394a55468beeddf0daf26f8d2a7c6e9db10b3319
parent 36be5dea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ public class DcController extends StateMachine {

            // Cleanup connections that have changed
            for (ApnContext apnContext : apnsToCleanup) {
               mDct.sendCleanUpConnection(true, apnContext);
                mDct.cleanUpConnection(apnContext);
            }

            // Retry connections that have disappeared
+85 −115

File changed.

Preview size limit exceeded, changes collapsed.