Loading src/java/com/android/internal/telephony/ServiceStateTracker.java +2 −1 Original line number Diff line number Diff line Loading @@ -3551,7 +3551,8 @@ public class ServiceStateTracker extends Handler { boolean hasCssIndicatorChanged = (mSS.getCssIndicator() != mNewSS.getCssIndicator()); boolean hasBandwidthChanged = mSS.getCellBandwidths() != mNewSS.getCellBandwidths(); boolean hasBandwidthChanged = !Arrays.equals( mSS.getCellBandwidths(), mNewSS.getCellBandwidths()); boolean has4gHandoff = false; boolean hasMultiApnSupport = false; Loading Loading
src/java/com/android/internal/telephony/ServiceStateTracker.java +2 −1 Original line number Diff line number Diff line Loading @@ -3551,7 +3551,8 @@ public class ServiceStateTracker extends Handler { boolean hasCssIndicatorChanged = (mSS.getCssIndicator() != mNewSS.getCssIndicator()); boolean hasBandwidthChanged = mSS.getCellBandwidths() != mNewSS.getCellBandwidths(); boolean hasBandwidthChanged = !Arrays.equals( mSS.getCellBandwidths(), mNewSS.getCellBandwidths()); boolean has4gHandoff = false; boolean hasMultiApnSupport = false; Loading