Loading src/java/com/android/internal/telephony/ServiceStateTracker.java +2 −1 Original line number Diff line number Diff line Loading @@ -2219,8 +2219,9 @@ public class ServiceStateTracker extends Handler { // (2 or more cells) to a new cell if they camp for emergency service only. if (serviceState == ServiceState.STATE_OUT_OF_SERVICE) { mLastPhysicalChannelConfigList = null; nrHasChanged |= updateNrFrequencyRangeFromPhysicalChannelConfigs(null, mNewSS); } nrHasChanged |= updateNrFrequencyRangeFromPhysicalChannelConfigs( mLastPhysicalChannelConfigList, mNewSS); nrHasChanged |= updateNrStateFromPhysicalChannelConfigs( mLastPhysicalChannelConfigList, mNewSS); setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); Loading Loading
src/java/com/android/internal/telephony/ServiceStateTracker.java +2 −1 Original line number Diff line number Diff line Loading @@ -2219,8 +2219,9 @@ public class ServiceStateTracker extends Handler { // (2 or more cells) to a new cell if they camp for emergency service only. if (serviceState == ServiceState.STATE_OUT_OF_SERVICE) { mLastPhysicalChannelConfigList = null; nrHasChanged |= updateNrFrequencyRangeFromPhysicalChannelConfigs(null, mNewSS); } nrHasChanged |= updateNrFrequencyRangeFromPhysicalChannelConfigs( mLastPhysicalChannelConfigList, mNewSS); nrHasChanged |= updateNrStateFromPhysicalChannelConfigs( mLastPhysicalChannelConfigList, mNewSS); setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); Loading