Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c65219aa authored by Nathan Harold's avatar Nathan Harold Committed by Android (Google) Code Review
Browse files

Merge "Remove orphaned hasBandwidthsChanged"

parents bbcb845e 9695d45d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3544,8 +3544,6 @@ public class ServiceStateTracker extends Handler {

        boolean hasCssIndicatorChanged = (mSS.getCssIndicator() != mNewSS.getCssIndicator());

        boolean hasBandwidthChanged = mSS.getCellBandwidths() != mNewSS.getCellBandwidths();

        boolean has4gHandoff = false;
        boolean hasMultiApnSupport = false;
        boolean hasLostMultiApnSupport = false;
@@ -3589,7 +3587,6 @@ public class ServiceStateTracker extends Handler {
                    + " hasCssIndicatorChanged = " + hasCssIndicatorChanged
                    + " hasNrFrequencyRangeChanged = " + hasNrFrequencyRangeChanged
                    + " hasNrStateChanged = " + hasNrStateChanged
                    + " hasBandwidthChanged = " + hasBandwidthChanged
                    + " hasAirplaneModeOnlChanged = " + hasAirplaneModeOnChanged);
        }