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

Commit 9aa72472 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "[DO NOT MERGE] Update CellIdentityGsm Constructor" am: 0c2cd2a9 am: 1edf46fc

Change-Id: I8e4241bce34b6a2099c116cbe76d6e84896d6331
parents b201a119 1edf46fc
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);