API and preloaded classes updates to corespond to the luni r823222 update.
See https://android-git.corp.google.com/g/29602
This commit is contained in:
38
api/5.xml
38
api/5.xml
@@ -229918,21 +229918,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"
|
||||
@@ -230083,23 +230068,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"
|
||||
@@ -299449,8 +299417,6 @@
|
||||
</parameter>
|
||||
<parameter name="replacement" type="java.lang.String">
|
||||
</parameter>
|
||||
<exception name="IllegalStateException" type="java.lang.IllegalStateException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="appendTail"
|
||||
return="java.lang.StringBuffer"
|
||||
@@ -299750,8 +299716,6 @@
|
||||
>
|
||||
<parameter name="group" type="int">
|
||||
</parameter>
|
||||
<exception name="IllegalStateException" type="java.lang.IllegalStateException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="toMatchResult"
|
||||
return="java.util.regex.MatchResult"
|
||||
@@ -299826,8 +299790,6 @@
|
||||
>
|
||||
<parameter name="pattern" type="java.lang.String">
|
||||
</parameter>
|
||||
<exception name="PatternSyntaxException" type="java.util.regex.PatternSyntaxException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="compile"
|
||||
return="java.util.regex.Pattern"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -939,9 +939,9 @@ org.apache.harmony.luni.internal.net.www.protocol.file.Handler
|
||||
org.apache.harmony.luni.internal.net.www.protocol.http.Handler
|
||||
org.apache.harmony.luni.internal.net.www.protocol.https.Handler
|
||||
org.apache.harmony.luni.internal.net.www.protocol.jar.Handler
|
||||
org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnection
|
||||
org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnection$1
|
||||
org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnection$JarURLConnectionInputStream
|
||||
org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnectionImpl
|
||||
org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnectionImpl$1
|
||||
org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnectionImpl$JarURLConnectionInputStream
|
||||
org.apache.harmony.luni.internal.util.TimezoneGetter
|
||||
org.apache.harmony.luni.internal.util.ZoneInfo
|
||||
org.apache.harmony.luni.internal.util.ZoneInfoDB
|
||||
|
||||
Reference in New Issue
Block a user