diff options
| author | 2021-04-21 23:30:56 +0000 | |
|---|---|---|
| committer | 2021-04-21 23:30:56 +0000 | |
| commit | eb52e08c30b04a28f97497b71ef8eb42c3dc773d (patch) | |
| tree | 9c4307502628bbd217b34d9ab3e13b3cbd11647e | |
| parent | 07a7231bc84de3bfd5e9a2a3ee0e2a6e66479a74 (diff) | |
| parent | 5619ee97bf987c12bc2d57e834cb3b172f0c899b (diff) | |
Merge "Change Nci to CellInfo.UNAVAILABLE_LONG" am: 5619ee97bf
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1676432
Change-Id: Ia7b8354928340e8ba89674eadf4d804195e43e29
| -rw-r--r-- | telephony/java/android/telephony/CellIdentityNr.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/CellIdentityNr.java b/telephony/java/android/telephony/CellIdentityNr.java index 45a67b39ea55..0dfc7f6df27d 100644 --- a/telephony/java/android/telephony/CellIdentityNr.java +++ b/telephony/java/android/telephony/CellIdentityNr.java @@ -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); } |