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

Commit b214e487 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update Constructor of CellIdentityLte" into rvc-dev am: 8d8c9a7f am:...

Merge "Update Constructor of CellIdentityLte" into rvc-dev am: 8d8c9a7f am: 08f1574c am: 8ba394ea am: 4fa07f09

Change-Id: I8d45231d5d2a37e7852d0d43ccbd721e375af77a
parents c2ccc532 4fa07f09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -639,7 +639,7 @@ public class NetworkMonitorTest {
            int bandwidth, String mccStr, String mncStr, String alphal, String alphas)
            throws ReflectiveOperationException {
        if (ShimUtils.isReleaseOrDevelopmentApiAbove(Build.VERSION_CODES.Q)) {
            return new CellIdentityLte(ci, pci, tac, earfcn, Collections.emptyList() /* bands */,
            return new CellIdentityLte(ci, pci, tac, earfcn, new int[] {} /* bands */,
                    bandwidth, mccStr, mncStr, alphal, alphas,
                    Collections.emptyList() /* additionalPlmns */, null /* csgInfo */);
        } else {