Loading src/java/com/android/internal/telephony/NetworkTypeController.java +2 −0 Original line number Diff line number Diff line Loading @@ -776,6 +776,8 @@ public class NetworkTypeController extends StateMachine { mRatchetedNrBandwidths = 0; mLastAnchorNrCellId = PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN; mDoesPccListIndicateIdle = false; mIsNrAdvancedAllowedByPco = false; mInVoiceCall = false; mPhysicalChannelConfigs = null; transitionTo(mLegacyState); break; Loading Loading
src/java/com/android/internal/telephony/NetworkTypeController.java +2 −0 Original line number Diff line number Diff line Loading @@ -776,6 +776,8 @@ public class NetworkTypeController extends StateMachine { mRatchetedNrBandwidths = 0; mLastAnchorNrCellId = PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN; mDoesPccListIndicateIdle = false; mIsNrAdvancedAllowedByPco = false; mInVoiceCall = false; mPhysicalChannelConfigs = null; transitionTo(mLegacyState); break; Loading