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

Commit c1e14ef1 authored by Rambo Wang's avatar Rambo Wang Committed by Gerrit Code Review
Browse files

Merge "Rename SignalThresholdInfo.Builder#setThresholdUnlimited"

parents a44f53d6 7d753dd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4075,7 +4075,7 @@ public class GsmCdmaPhone extends Phone {
                        .setSignalMeasurementType(signalStrengthMeasure)
                        .setHysteresisMs(REPORTING_HYSTERESIS_MILLIS)
                        .setHysteresisDb(REPORTING_HYSTERESIS_DB)
                        .setThresholdsUnlimited(consolidatedThresholds)
                        .setThresholds(consolidatedThresholds, true /*isSystem*/)
                        .setIsEnabled(isEnabled)
                        .build(),
                ran, null);
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ public class SignalThresholdInfoTest extends TestCase {
                .setSignalMeasurementType(SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSSI)
                .setHysteresisMs(0)
                .setHysteresisDb(0)
                .setThresholdsUnlimited(new int[]{})
                .setThresholds(new int[]{}, true /*isSystem*/)
                .setIsEnabled(false)
                .build());
        stList.add(new SignalThresholdInfo.Builder()