Loading telephony/java/android/telephony/CellIdentityGsm.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telephony; package android.telephony; import android.annotation.Nullable; import android.annotation.UnsupportedAppUsage; import android.annotation.UnsupportedAppUsage; import android.os.Parcel; import android.os.Parcel; import android.telephony.gsm.GsmCellLocation; import android.telephony.gsm.GsmCellLocation; Loading Loading @@ -169,6 +170,7 @@ public final class CellIdentityGsm extends CellIdentity { /** /** * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown. * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown. */ */ @Nullable public String getMobileNetworkOperator() { public String getMobileNetworkOperator() { return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; } } Loading telephony/java/android/telephony/CellIdentityLte.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telephony; package android.telephony; import android.annotation.Nullable; import android.annotation.UnsupportedAppUsage; import android.annotation.UnsupportedAppUsage; import android.os.Parcel; import android.os.Parcel; import android.telephony.gsm.GsmCellLocation; import android.telephony.gsm.GsmCellLocation; Loading Loading @@ -197,6 +198,7 @@ public final class CellIdentityLte extends CellIdentity { /** /** * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown. * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown. */ */ @Nullable public String getMobileNetworkOperator() { public String getMobileNetworkOperator() { return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; } } Loading telephony/java/android/telephony/CellIdentityTdscdma.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telephony; package android.telephony; import android.annotation.Nullable; import android.os.Parcel; import android.os.Parcel; import android.telephony.gsm.GsmCellLocation; import android.telephony.gsm.GsmCellLocation; Loading Loading @@ -116,6 +117,7 @@ public final class CellIdentityTdscdma extends CellIdentity { /** /** * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown */ */ @Nullable public String getMobileNetworkOperator() { public String getMobileNetworkOperator() { return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; } } Loading telephony/java/android/telephony/CellIdentityWcdma.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telephony; package android.telephony; import android.annotation.Nullable; import android.annotation.UnsupportedAppUsage; import android.annotation.UnsupportedAppUsage; import android.os.Parcel; import android.os.Parcel; import android.telephony.gsm.GsmCellLocation; import android.telephony.gsm.GsmCellLocation; Loading Loading @@ -173,6 +174,7 @@ public final class CellIdentityWcdma extends CellIdentity { /** /** * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown */ */ @Nullable public String getMobileNetworkOperator() { public String getMobileNetworkOperator() { return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; } } Loading Loading
telephony/java/android/telephony/CellIdentityGsm.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telephony; package android.telephony; import android.annotation.Nullable; import android.annotation.UnsupportedAppUsage; import android.annotation.UnsupportedAppUsage; import android.os.Parcel; import android.os.Parcel; import android.telephony.gsm.GsmCellLocation; import android.telephony.gsm.GsmCellLocation; Loading Loading @@ -169,6 +170,7 @@ public final class CellIdentityGsm extends CellIdentity { /** /** * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown. * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown. */ */ @Nullable public String getMobileNetworkOperator() { public String getMobileNetworkOperator() { return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; } } Loading
telephony/java/android/telephony/CellIdentityLte.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telephony; package android.telephony; import android.annotation.Nullable; import android.annotation.UnsupportedAppUsage; import android.annotation.UnsupportedAppUsage; import android.os.Parcel; import android.os.Parcel; import android.telephony.gsm.GsmCellLocation; import android.telephony.gsm.GsmCellLocation; Loading Loading @@ -197,6 +198,7 @@ public final class CellIdentityLte extends CellIdentity { /** /** * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown. * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown. */ */ @Nullable public String getMobileNetworkOperator() { public String getMobileNetworkOperator() { return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; } } Loading
telephony/java/android/telephony/CellIdentityTdscdma.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telephony; package android.telephony; import android.annotation.Nullable; import android.os.Parcel; import android.os.Parcel; import android.telephony.gsm.GsmCellLocation; import android.telephony.gsm.GsmCellLocation; Loading Loading @@ -116,6 +117,7 @@ public final class CellIdentityTdscdma extends CellIdentity { /** /** * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown */ */ @Nullable public String getMobileNetworkOperator() { public String getMobileNetworkOperator() { return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; } } Loading
telephony/java/android/telephony/CellIdentityWcdma.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.telephony; package android.telephony; import android.annotation.Nullable; import android.annotation.UnsupportedAppUsage; import android.annotation.UnsupportedAppUsage; import android.os.Parcel; import android.os.Parcel; import android.telephony.gsm.GsmCellLocation; import android.telephony.gsm.GsmCellLocation; Loading Loading @@ -173,6 +174,7 @@ public final class CellIdentityWcdma extends CellIdentity { /** /** * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown * @return a 5 or 6 character string (MCC+MNC), null if any field is unknown */ */ @Nullable public String getMobileNetworkOperator() { public String getMobileNetworkOperator() { return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; return (mMccStr == null || mMncStr == null) ? null : mMccStr + mMncStr; } } Loading