summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorCasey Ho <caseyho@google.com>2015-04-21 09:37:55 -0700
committerCasey Ho <caseyho@google.com>2015-06-22 21:08:52 +0000
commit8e27050f0ebb27b920dfc918635130865dba0eac (patch)
tree8824a1c4424349ad7323a66dce9ebc915b3804e8 /api
parent8b9730f749498491ceb80c86261ee5b8398c7f25 (diff)
downloadframeworks_base-8e27050f0ebb27b920dfc918635130865dba0eac.zip
frameworks_base-8e27050f0ebb27b920dfc918635130865dba0eac.tar.gz
frameworks_base-8e27050f0ebb27b920dfc918635130865dba0eac.tar.bz2
Unhide signal strength constants used by getLevel.
Bug: 22008966 Change-Id: I0c1dc993cbf33a7109d8a4e329b05a897df6ea1b
Diffstat (limited to 'api')
-rw-r--r--api/current.txt5
-rw-r--r--api/system-current.txt5
2 files changed, 10 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 28791c4..fb4c94b 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -30776,6 +30776,11 @@ package android.telephony {
method public abstract int getDbm();
method public abstract int getLevel();
method public abstract int hashCode();
+ field public static final int SIGNAL_STRENGTH_GOOD = 3; // 0x3
+ field public static final int SIGNAL_STRENGTH_GREAT = 4; // 0x4
+ field public static final int SIGNAL_STRENGTH_MODERATE = 2; // 0x2
+ field public static final int SIGNAL_STRENGTH_NONE_OR_UNKNOWN = 0; // 0x0
+ field public static final int SIGNAL_STRENGTH_POOR = 1; // 0x1
}
public final class CellSignalStrengthCdma extends android.telephony.CellSignalStrength implements android.os.Parcelable {
diff --git a/api/system-current.txt b/api/system-current.txt
index 2dec0c8..c2ad944 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -33006,6 +33006,11 @@ package android.telephony {
method public abstract int getDbm();
method public abstract int getLevel();
method public abstract int hashCode();
+ field public static final int SIGNAL_STRENGTH_GOOD = 3; // 0x3
+ field public static final int SIGNAL_STRENGTH_GREAT = 4; // 0x4
+ field public static final int SIGNAL_STRENGTH_MODERATE = 2; // 0x2
+ field public static final int SIGNAL_STRENGTH_NONE_OR_UNKNOWN = 0; // 0x0
+ field public static final int SIGNAL_STRENGTH_POOR = 1; // 0x1
}
public final class CellSignalStrengthCdma extends android.telephony.CellSignalStrength implements android.os.Parcelable {