Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -42350,6 +42350,7 @@ package android.telephony { method public String getMccString(); method public String getMncString(); method @Nullable public String getMobileNetworkOperator(); method public int getUarfcn(); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.telephony.CellIdentityTdscdma> CREATOR; } telephony/java/android/telephony/CellIdentityTdscdma.java +8 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,14 @@ public final class CellIdentityTdscdma extends CellIdentity { return mCpid; } /** * @return 16-bit UMTS Absolute RF Channel Number, * {@link android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE} if unavailable. */ public int getUarfcn() { return mUarfcn; } /** @hide */ @Override public int getChannelNumber() { Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -42350,6 +42350,7 @@ package android.telephony { method public String getMccString(); method public String getMncString(); method @Nullable public String getMobileNetworkOperator(); method public int getUarfcn(); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.telephony.CellIdentityTdscdma> CREATOR; }
telephony/java/android/telephony/CellIdentityTdscdma.java +8 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,14 @@ public final class CellIdentityTdscdma extends CellIdentity { return mCpid; } /** * @return 16-bit UMTS Absolute RF Channel Number, * {@link android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE} if unavailable. */ public int getUarfcn() { return mUarfcn; } /** @hide */ @Override public int getChannelNumber() { Loading