summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2011-05-27 11:29:13 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2011-05-31 12:06:08 -0700
commit97ab2d4f86ee9c2b661a00688e934fc7030df22e (patch)
treee53c13809f23bff012597319eb8c8f0a0ecb258d /api
parent4686fb8ac8c88eb1f0d76fc4157be4cb5949e98e (diff)
downloadframeworks_base-97ab2d4f86ee9c2b661a00688e934fc7030df22e.zip
frameworks_base-97ab2d4f86ee9c2b661a00688e934fc7030df22e.tar.gz
frameworks_base-97ab2d4f86ee9c2b661a00688e934fc7030df22e.tar.bz2
Reveal some network constants.
Since we've already decided to inc the sdk version we should try to get these in too. bug:4500218 Change-Id: I6dcb401bf30f1b06f02be0a93681a190d7ee5775
Diffstat (limited to 'api')
-rw-r--r--api/current.xml35
1 files changed, 34 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml
index b088678..4ebd532 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -114329,6 +114329,28 @@
visibility="public"
>
</field>
+<field name="TYPE_BLUETOOTH"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="7"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="TYPE_ETHERNET"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="9"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="TYPE_MOBILE"
type="int"
transient="false"
@@ -184343,6 +184365,17 @@
visibility="public"
>
</field>
+<field name="NETWORK_TYPE_HSPAP"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="15"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="NETWORK_TYPE_HSUPA"
type="int"
transient="false"
@@ -221191,7 +221224,7 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="ev" type="android.view.MotionEvent">
+<parameter name="event" type="android.view.MotionEvent">
</parameter>
</method>
<method name="clear"