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

Commit 1edf46fc authored by Sarah Chin's avatar Sarah Chin Committed by android-build-merger
Browse files

Merge "[DO NOT MERGE] Update CellIdentityGsm Constructor"

am: 0c2cd2a9

Change-Id: Ibce639f419d021ba6abe507381644eb3fd8249ef
parents 798b5816 0c2cd2a9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ import android.util.Log;

import com.android.internal.telephony.OperatorInfo;

import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;

@@ -150,7 +151,7 @@ public final class CellInfoUtil {
                mcc,
                mnc,
                operatorInfo.getOperatorAlphaLong(),
                operatorInfo.getOperatorAlphaShort());
                operatorInfo.getOperatorAlphaShort(), Collections.emptyList());

        CellInfoGsm ci = new CellInfoGsm();
        ci.setCellIdentity(cig);