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

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

Added bands from HAL 1.5 am: a495776f am: d8aae047 am: c4c64bf5

Change-Id: I5f3cf00ebc654ae90ee41af2600332d989c5e150
parents 7c124b19 c4c64bf5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -642,8 +642,9 @@ 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, bandwidth, mccStr, mncStr, alphal,
                    alphas, Collections.emptyList() /* additionalPlmns */, null /* csgInfo */);
            return new CellIdentityLte(ci, pci, tac, earfcn, Collections.emptyList() /* bands */,
                    bandwidth, mccStr, mncStr, alphal, alphas,
                    Collections.emptyList() /* additionalPlmns */, null /* csgInfo */);
        } else {
            // API <= Q does not have the additionalPlmns and csgInfo parameters
            final Constructor<CellIdentityLte> constructor = CellIdentityLte.class.getConstructor(