Merge "Change Nci to CellInfo.UNAVAILABLE_LONG" am: 5619ee97bf am: eb52e08c30
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1676432 Change-Id: Ib7ad3a9b44399c673fae3f0b2df9ec3fcabed398
This commit is contained in:
@@ -116,7 +116,7 @@ public final class CellIdentityNr extends CellIdentity {
|
|||||||
@Override
|
@Override
|
||||||
public @NonNull CellIdentityNr sanitizeLocationInfo() {
|
public @NonNull CellIdentityNr sanitizeLocationInfo() {
|
||||||
return new CellIdentityNr(CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mNrArfcn,
|
return new CellIdentityNr(CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mNrArfcn,
|
||||||
mBands, mMccStr, mMncStr, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort,
|
mBands, mMccStr, mMncStr, CellInfo.UNAVAILABLE_LONG, mAlphaLong, mAlphaShort,
|
||||||
mAdditionalPlmns);
|
mAdditionalPlmns);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user