Loading src/java/com/android/internal/telephony/dataconnection/DataConnection.java +6 −0 Original line number Diff line number Diff line Loading @@ -2703,6 +2703,12 @@ public class DataConnection extends StateMachine { if (cp.mApnContext != null) { cp.mApnContext.requestLog("onSetupConnectionCompleted result=" + result); } if (result != SetupResult.SUCCESS) { releasePduSessionId(() -> DataConnection.this .setPduSessionId(PDU_SESSION_ID_NOT_SET)); } switch (result) { case SUCCESS: // All is well Loading Loading
src/java/com/android/internal/telephony/dataconnection/DataConnection.java +6 −0 Original line number Diff line number Diff line Loading @@ -2703,6 +2703,12 @@ public class DataConnection extends StateMachine { if (cp.mApnContext != null) { cp.mApnContext.requestLog("onSetupConnectionCompleted result=" + result); } if (result != SetupResult.SUCCESS) { releasePduSessionId(() -> DataConnection.this .setPduSessionId(PDU_SESSION_ID_NOT_SET)); } switch (result) { case SUCCESS: // All is well Loading