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

Commit a278807f authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 10732685 from e175b76d to udc-qpr1-release

Change-Id: Iba4b17f1596d5a1418f6f0ca9fea0b3c3884f12a
parents 7b1086f5 e175b76d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1365,7 +1365,7 @@ public class NetworkTypeController extends StateMachine {
        // Check if meeting minimum bandwidth requirement. For most carriers, there is no minimum
        // bandwidth requirement and mNrAdvancedThresholdBandwidth is 0.
        if (mNrAdvancedThresholdBandwidth > 0
                && mRatchetedNrBandwidths <= mNrAdvancedThresholdBandwidth) {
                && mRatchetedNrBandwidths < mNrAdvancedThresholdBandwidth) {
            if (DBG) {
                log("isNrAdvanced: false because bandwidths=" + mRatchetedNrBandwidths
                        + " does not meet the threshold=" + mNrAdvancedThresholdBandwidth);
+2 −2
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ public class NetworkTypeControllerTest extends TelephonyTest {
                .setNetworkType(TelephonyManager.NETWORK_TYPE_NR)
                .setPhysicalCellId(1)
                .setCellConnectionStatus(CellInfo.CONNECTION_PRIMARY_SERVING)
                .setCellBandwidthDownlinkKhz(20000)
                .setCellBandwidthDownlinkKhz(19999)
                .build();
        // Secondary serving NR PCC with cell ID = 2, band = 41, bandwidth = 10000
        PhysicalChannelConfig pcc2 = new PhysicalChannelConfig.Builder()
@@ -1376,7 +1376,7 @@ public class NetworkTypeControllerTest extends TelephonyTest {
                .setNetworkType(TelephonyManager.NETWORK_TYPE_NR)
                .setCellConnectionStatus(CellInfo.CONNECTION_PRIMARY_SERVING)
                .setPhysicalCellId(1)
                .setCellBandwidthDownlinkKhz(20000)
                .setCellBandwidthDownlinkKhz(19999)
                .build());
        lastPhysicalChannelConfigList.add(new PhysicalChannelConfig.Builder()
                .setNetworkType(TelephonyManager.NETWORK_TYPE_LTE)