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

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

Snap for 6264618 from 8d8c9a7f to rvc-d1-release

Change-Id: I9a3e4ebe533e63d749561af38bd988469fdcc633
parents 087c306b 8d8c9a7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -639,7 +639,7 @@ public class NetworkMonitorTest {
            int bandwidth, String mccStr, String mncStr, String alphal, String alphas)
            int bandwidth, String mccStr, String mncStr, String alphal, String alphas)
            throws ReflectiveOperationException {
            throws ReflectiveOperationException {
        if (ShimUtils.isReleaseOrDevelopmentApiAbove(Build.VERSION_CODES.Q)) {
        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,
                    bandwidth, mccStr, mncStr, alphal, alphas,
                    Collections.emptyList() /* additionalPlmns */, null /* csgInfo */);
                    Collections.emptyList() /* additionalPlmns */, null /* csgInfo */);
        } else {
        } else {