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

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

Change-Id: Ia7b8354928340e8ba89674eadf4d804195e43e29
This commit is contained in:
Rambo Wang
2021-04-21 23:30:56 +00:00
committed by Automerger Merge Worker

View File

@@ -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);
}