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

Commit d307a704 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

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

This reverts commit 7123cbd7.
parent 44a18081
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -35967,8 +35967,6 @@ 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();
@@ -35981,7 +35979,6 @@ 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();
@@ -35997,7 +35994,6 @@ 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;
  }