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

Commit 7123cbd7 authored by Stephen Hines's avatar Stephen Hines
Browse files

Update test-current.txt to fix build break.

Change-Id: Ie61fae56ac22f1d028b0de3f8688f626eb2ddacc
parent 8de29ca4
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;
  }