summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Narayan Kamath <narayan@google.com> 2016-01-26 10:04:12 +0000
committer Narayan Kamath <narayan@google.com> 2016-01-26 10:04:12 +0000
commitd307a704f885bcfad4d9f3b599a3c01d053ca324 (patch)
tree09a1a71885b47b5e7ec49ef30cac24c42913dc66
parent44a18081546345a0655748717862a89ae6dd7948 (diff)
Revert "Update test-current.txt to fix build break."
This reverts commit 7123cbd7374c37ffc88c2ffe1983b60e5f39a82c.
-rw-r--r--api/test-current.txt4
1 files changed, 0 insertions, 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<android.telephony.CellIdentityWcdma> CREATOR;
}