Loading telephony/java/android/telephony/BarringInfo.java +3 −0 Original line number Diff line number Diff line Loading @@ -324,6 +324,9 @@ public final class BarringInfo implements Parcelable { /** @hide */ @SystemApi public @NonNull BarringInfo createLocationInfoSanitizedCopy() { // The only thing that would need sanitizing is the CellIdentity if (mCellIdentity == null) return this; return new BarringInfo(mCellIdentity.sanitizeLocationInfo(), mBarringServiceInfos); } Loading Loading
telephony/java/android/telephony/BarringInfo.java +3 −0 Original line number Diff line number Diff line Loading @@ -324,6 +324,9 @@ public final class BarringInfo implements Parcelable { /** @hide */ @SystemApi public @NonNull BarringInfo createLocationInfoSanitizedCopy() { // The only thing that would need sanitizing is the CellIdentity if (mCellIdentity == null) return this; return new BarringInfo(mCellIdentity.sanitizeLocationInfo(), mBarringServiceInfos); } Loading