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

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

Snap for 6264568 from 8d8c9a7f to rvc-release

Change-Id: I3ead08ef06067485473a0d7858a6a5bf24449512
parents 7c4c8214 8d8c9a7f
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 {