final 12.xml from gingerbread.
Change-Id: I6089b57a22e7d9eaa43979ce8e9990192c83203d
This commit is contained in:
78
api/12.xml
78
api/12.xml
@@ -241287,7 +241287,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</method>
|
||||
@@ -241774,7 +241774,7 @@
|
||||
synchronized="true"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</method>
|
||||
@@ -241840,7 +241840,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</method>
|
||||
@@ -241961,7 +241961,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</method>
|
||||
@@ -242330,7 +242330,7 @@
|
||||
synchronized="true"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="l" type="android.webkit.WebSettings.LayoutAlgorithm">
|
||||
@@ -242408,7 +242408,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="enabled" type="boolean">
|
||||
@@ -242603,7 +242603,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="view" type="boolean">
|
||||
@@ -242731,7 +242731,7 @@
|
||||
abstract="false"
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<method name="valueOf"
|
||||
@@ -243417,7 +243417,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</method>
|
||||
@@ -243439,7 +243439,7 @@
|
||||
synchronized="false"
|
||||
static="true"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</method>
|
||||
@@ -243463,7 +243463,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</method>
|
||||
@@ -243474,7 +243474,7 @@
|
||||
synchronized="false"
|
||||
static="true"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</method>
|
||||
@@ -244011,7 +244011,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="b" type="android.os.Bundle">
|
||||
@@ -244067,7 +244067,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="b" type="android.os.Bundle">
|
||||
@@ -244222,7 +244222,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="listener" type="android.webkit.WebView.PictureListener">
|
||||
@@ -244494,7 +244494,7 @@
|
||||
abstract="true"
|
||||
static="true"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<method name="onNewPicture"
|
||||
@@ -244504,7 +244504,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="view" type="android.webkit.WebView">
|
||||
@@ -270265,7 +270265,7 @@
|
||||
<package name="dalvik.system"
|
||||
>
|
||||
<class name="DexClassLoader"
|
||||
extends="dalvik.system.BaseDexClassLoader"
|
||||
extends="java.lang.ClassLoader"
|
||||
abstract="false"
|
||||
static="false"
|
||||
final="false"
|
||||
@@ -270409,7 +270409,7 @@
|
||||
</method>
|
||||
</class>
|
||||
<class name="PathClassLoader"
|
||||
extends="dalvik.system.BaseDexClassLoader"
|
||||
extends="java.lang.ClassLoader"
|
||||
abstract="false"
|
||||
static="false"
|
||||
final="false"
|
||||
@@ -275862,6 +275862,8 @@
|
||||
>
|
||||
<exception name="IOException" type="java.io.IOException">
|
||||
</exception>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</constructor>
|
||||
<constructor name="ObjectInputStream"
|
||||
type="java.io.ObjectInputStream"
|
||||
@@ -275906,6 +275908,8 @@
|
||||
>
|
||||
<parameter name="enable" type="boolean">
|
||||
</parameter>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="read"
|
||||
return="int"
|
||||
@@ -276648,6 +276652,8 @@
|
||||
>
|
||||
<exception name="IOException" type="java.io.IOException">
|
||||
</exception>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</constructor>
|
||||
<constructor name="ObjectOutputStream"
|
||||
type="java.io.ObjectOutputStream"
|
||||
@@ -276729,6 +276735,8 @@
|
||||
>
|
||||
<parameter name="enable" type="boolean">
|
||||
</parameter>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="putFields"
|
||||
return="java.io.ObjectOutputStream.PutField"
|
||||
@@ -285561,6 +285569,8 @@
|
||||
</parameter>
|
||||
<exception name="NoSuchMethodException" type="java.lang.NoSuchMethodException">
|
||||
</exception>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getConstructors"
|
||||
return="java.lang.reflect.Constructor<?>[]"
|
||||
@@ -285572,6 +285582,8 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getDeclaredAnnotations"
|
||||
return="java.lang.annotation.Annotation[]"
|
||||
@@ -285594,6 +285606,8 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getDeclaredConstructor"
|
||||
return="java.lang.reflect.Constructor<T>"
|
||||
@@ -285609,6 +285623,8 @@
|
||||
</parameter>
|
||||
<exception name="NoSuchMethodException" type="java.lang.NoSuchMethodException">
|
||||
</exception>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getDeclaredConstructors"
|
||||
return="java.lang.reflect.Constructor<?>[]"
|
||||
@@ -285620,6 +285636,8 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getDeclaredField"
|
||||
return="java.lang.reflect.Field"
|
||||
@@ -285635,6 +285653,8 @@
|
||||
</parameter>
|
||||
<exception name="NoSuchFieldException" type="java.lang.NoSuchFieldException">
|
||||
</exception>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getDeclaredFields"
|
||||
return="java.lang.reflect.Field[]"
|
||||
@@ -285646,6 +285666,8 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getDeclaredMethod"
|
||||
return="java.lang.reflect.Method"
|
||||
@@ -285663,6 +285685,8 @@
|
||||
</parameter>
|
||||
<exception name="NoSuchMethodException" type="java.lang.NoSuchMethodException">
|
||||
</exception>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getDeclaredMethods"
|
||||
return="java.lang.reflect.Method[]"
|
||||
@@ -285674,6 +285698,8 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getDeclaringClass"
|
||||
return="java.lang.Class<?>"
|
||||
@@ -285744,6 +285770,8 @@
|
||||
</parameter>
|
||||
<exception name="NoSuchFieldException" type="java.lang.NoSuchFieldException">
|
||||
</exception>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getFields"
|
||||
return="java.lang.reflect.Field[]"
|
||||
@@ -285755,6 +285783,8 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getGenericInterfaces"
|
||||
return="java.lang.reflect.Type[]"
|
||||
@@ -285805,6 +285835,8 @@
|
||||
</parameter>
|
||||
<exception name="NoSuchMethodException" type="java.lang.NoSuchMethodException">
|
||||
</exception>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getMethods"
|
||||
return="java.lang.reflect.Method[]"
|
||||
@@ -285816,6 +285848,8 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="getModifiers"
|
||||
return="int"
|
||||
@@ -297664,6 +297698,8 @@
|
||||
</parameter>
|
||||
<parameter name="flag" type="boolean">
|
||||
</parameter>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
<method name="setAccessible"
|
||||
return="void"
|
||||
@@ -297677,6 +297713,8 @@
|
||||
>
|
||||
<parameter name="flag" type="boolean">
|
||||
</parameter>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
</method>
|
||||
</class>
|
||||
<interface name="AnnotatedElement"
|
||||
@@ -380163,6 +380201,8 @@
|
||||
>
|
||||
<parameter name="encoding" type="java.lang.String">
|
||||
</parameter>
|
||||
<exception name="SecurityException" type="java.lang.SecurityException">
|
||||
</exception>
|
||||
<exception name="UnsupportedEncodingException" type="java.io.UnsupportedEncodingException">
|
||||
</exception>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user