From d307a704f885bcfad4d9f3b599a3c01d053ca324 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Tue, 26 Jan 2016 10:04:12 +0000 Subject: Revert "Update test-current.txt to fix build break." This reverts commit 7123cbd7374c37ffc88c2ffe1983b60e5f39a82c. --- api/test-current.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/test-current.txt b/api/test-current.txt index 6af0596beaf5..050caa016ece 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -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 CREATOR; } -- cgit v1.2.3-59-g8ed1b