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

Commit 9695d45d authored by Nathan Harold's avatar Nathan Harold
Browse files

Remove orphaned hasBandwidthsChanged

The variable hasBandwidthsChanged was abandoned in the SST,
and the comparison to generate it has a bug. Thus, it's
removed.

Bug: 262486676
Test: make
Change-Id: I10c5b817dba9645d6c8239ec069e0d6de879fdf3
parent a36756c1
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);
        }