From 89902b9040011074d9a239de2b80600c698d37c7 Mon Sep 17 00:00:00 2001 From: Todd Kennedy Date: Wed, 22 Apr 2015 11:07:28 -0700 Subject: [PATCH] update api files Bug: 20410696 Change-Id: I3a9d14e4031b0746b2527ad2b0ff1c8521c64e1d --- api/current.txt | 1 + api/system-current.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/api/current.txt b/api/current.txt index 6f2cf455bb812..f1ba2429d6160 100644 --- a/api/current.txt +++ b/api/current.txt @@ -30864,6 +30864,7 @@ package android.telephony { method public int getEvdoSnr(); method public int getGsmBitErrorRate(); method public int getGsmSignalStrength(); + method public int getLevel(); method public boolean isGsm(); method public void writeToParcel(android.os.Parcel, int); } diff --git a/api/system-current.txt b/api/system-current.txt index b853a38db279d..9476ee6debff7 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -33021,6 +33021,7 @@ package android.telephony { method public int getEvdoSnr(); method public int getGsmBitErrorRate(); method public int getGsmSignalStrength(); + method public int getLevel(); method public boolean isGsm(); method public void writeToParcel(android.os.Parcel, int); }