Loading telephony/java/android/telephony/CellIdentity.java +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ public abstract class CellIdentity implements Parcelable { } /** @hide */ protected String getPlmn() { public @Nullable String getPlmn() { if (mMccStr == null || mMncStr == null) return null; return mMccStr + mMncStr; } Loading Loading
telephony/java/android/telephony/CellIdentity.java +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ public abstract class CellIdentity implements Parcelable { } /** @hide */ protected String getPlmn() { public @Nullable String getPlmn() { if (mMccStr == null || mMncStr == null) return null; return mMccStr + mMncStr; } Loading