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

Commit 31592170 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6233367 from a495776f to rvc-release

Change-Id: Ib3459f3cf2cc95f8ff00718fbb37e41b66327d58
parents 7becc77e a495776f
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(