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

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

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

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

Change-Id: Ia7b8354928340e8ba89674eadf4d804195e43e29
parents 07a7231b 5619ee97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,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);
    }