summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-04-16 19:45:20 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-04-16 19:45:20 +0000
commit8d966e4243f7729d76f298ad1e06ef40ec4ee40f (patch)
tree1de886a057bff8a44a5ea254a6bcb86cb88246d8 /api
parent3d72c067a04a3ef6101e0d3d16d7fb1ba334a908 (diff)
parent070e061a289d771e62b58379eaed153fd285b04f (diff)
downloadframeworks_base-8d966e4243f7729d76f298ad1e06ef40ec4ee40f.zip
frameworks_base-8d966e4243f7729d76f298ad1e06ef40ec4ee40f.tar.gz
frameworks_base-8d966e4243f7729d76f298ad1e06ef40ec4ee40f.tar.bz2
Merge "Add LISTEN_DATA_CONNECTIPON_REAL_TIME_INFO as listen event"
Diffstat (limited to 'api')
-rw-r--r--api/current.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 7ebabe4..b163bd3 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -25202,6 +25202,18 @@ package android.telephony {
field public static final android.os.Parcelable.Creator CREATOR;
}
+ public class DataConnectionRealTimeInfo implements android.os.Parcelable {
+ method public int describeContents();
+ method public int getDcPowerState();
+ method public long getTime();
+ method public void writeToParcel(android.os.Parcel, int);
+ field public static final android.os.Parcelable.Creator CREATOR;
+ field public static int DC_POWER_STATE_HIGH;
+ field public static int DC_POWER_STATE_LOW;
+ field public static int DC_POWER_STATE_MEDIUM;
+ field public static int DC_POWER_STATE_UNKNOWN;
+ }
+
public class NeighboringCellInfo implements android.os.Parcelable {
ctor public deprecated NeighboringCellInfo();
ctor public deprecated NeighboringCellInfo(int, int);