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

Commit 00175150 authored by Rambo Wang's avatar Rambo Wang Committed by Automerger Merge Worker
Browse files

Merge "Change Nci to CellInfo.UNAVAILABLE_LONG" am: 5619ee97 am: eb52e08c am: 2067201f

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1676432

Change-Id: If082dba227e179d7e83c7521a5a88f19e4ac1d38
parents c8bd8653 2067201f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ public final class CellIdentityNr extends CellIdentity {
    @Override
    public @NonNull CellIdentityNr sanitizeLocationInfo() {
        return new CellIdentityNr(CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mNrArfcn,
                mBands, mMccStr, mMncStr, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort,
                mBands, mMccStr, mMncStr, CellInfo.UNAVAILABLE_LONG, mAlphaLong, mAlphaShort,
                mAdditionalPlmns);
    }