diff options
| author | 2009-10-09 23:10:00 -0700 | |
|---|---|---|
| committer | 2009-10-13 23:57:49 -0700 | |
| commit | 64a1ff596d596ee3536097a34bc04d322f89a5bd (patch) | |
| tree | 6693edd1834181ff59605b339fc34ccf451a12cf /api/current.xml | |
| parent | 03d0230bdf1b2071c0ebbb3dc0bb9730ca505c86 (diff) | |
API and preloaded classes updates to corespond to the luni r823222 update.
See https://android-git.corp.google.com/g/29602
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/api/current.xml b/api/current.xml index 8421c503c9c3..898ad732faa4 100644 --- a/api/current.xml +++ b/api/current.xml @@ -206951,7 +206951,7 @@ </parameter> <parameter name="offset" type="int"> </parameter> -<parameter name="count" type="int"> +<parameter name="length" type="int"> </parameter> <exception name="IOException" type="java.io.IOException"> </exception> @@ -231049,21 +231049,6 @@ visibility="protected" > </method> -<method name="getOption" - return="java.lang.Object" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="optID" type="int"> -</parameter> -<exception name="SocketException" type="java.net.SocketException"> -</exception> -</method> <method name="getTTL" return="byte" abstract="true" @@ -231214,23 +231199,6 @@ <exception name="IOException" type="java.io.IOException"> </exception> </method> -<method name="setOption" - return="void" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="optID" type="int"> -</parameter> -<parameter name="val" type="java.lang.Object"> -</parameter> -<exception name="SocketException" type="java.net.SocketException"> -</exception> -</method> <method name="setTTL" return="void" abstract="true" |