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

Commit 44643829 authored by Stephen Hines's avatar Stephen Hines Committed by Android (Google) Code Review
Browse files

Merge "Update test-current.txt to fix build break."

parents a11c2858 7123cbd7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -35890,6 +35890,8 @@ package android.telephony {
  public final class CellIdentityGsm implements android.os.Parcelable {
    method public int describeContents();
    method public int getArfcn();
    method public int getBsic();
    method public int getCid();
    method public int getLac();
    method public int getMcc();
@@ -35902,6 +35904,7 @@ package android.telephony {
  public final class CellIdentityLte implements android.os.Parcelable {
    method public int describeContents();
    method public int getCi();
    method public int getEarfcn();
    method public int getMcc();
    method public int getMnc();
    method public int getPci();
@@ -35917,6 +35920,7 @@ package android.telephony {
    method public int getMcc();
    method public int getMnc();
    method public int getPsc();
    method public int getUarfcn();
    method public void writeToParcel(android.os.Parcel, int);
    field public static final android.os.Parcelable.Creator<android.telephony.CellIdentityWcdma> CREATOR;
  }