Loading src/java/com/android/internal/telephony/NetworkTypeController.java +2 −1 Original line number Diff line number Diff line Loading @@ -1416,10 +1416,11 @@ public class NetworkTypeController extends StateMachine { } } mPciChangedDuringPrimaryTimer = (mLastAnchorNrCellId != anchorNrCellId) && mIsPrimaryTimerActive; mLastAnchorNrCellId = anchorNrCellId; mPhysicalChannelConfigs = physicalChannelConfigs; mDoesPccListIndicateIdle = false; mPciChangedDuringPrimaryTimer = mIsPrimaryTimerActive; if (DBG) { log("Physical channel configs updated: anchorNrCell=" + mLastAnchorNrCellId + ", nrBandwidths=" + mRatchetedNrBandwidths + ", nrBands=" + mRatchetedNrBands Loading Loading
src/java/com/android/internal/telephony/NetworkTypeController.java +2 −1 Original line number Diff line number Diff line Loading @@ -1416,10 +1416,11 @@ public class NetworkTypeController extends StateMachine { } } mPciChangedDuringPrimaryTimer = (mLastAnchorNrCellId != anchorNrCellId) && mIsPrimaryTimerActive; mLastAnchorNrCellId = anchorNrCellId; mPhysicalChannelConfigs = physicalChannelConfigs; mDoesPccListIndicateIdle = false; mPciChangedDuringPrimaryTimer = mIsPrimaryTimerActive; if (DBG) { log("Physical channel configs updated: anchorNrCell=" + mLastAnchorNrCellId + ", nrBandwidths=" + mRatchetedNrBandwidths + ", nrBands=" + mRatchetedNrBands Loading