Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5635575 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Add missing UARFCN Getter to CellIdentityTdscdma" am: 62790069...

Merge "Merge "Add missing UARFCN Getter to CellIdentityTdscdma" am: 62790069 am: ba147d2c am: ceba42dc"
parents 640c8e3e ab3df7a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44395,6 +44395,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;
  }
+8 −0
Original line number Diff line number Diff line
@@ -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() {