Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 145b0c8b authored by Jesse Wilson's avatar Jesse Wilson
Browse files

Fixing current.xml to handle last minute JSON API changes

Change-Id: I8cc2a686c1da4cc01c2b4aba5b017a54f5252c16
parent d09caeb1
Loading
Loading
Loading
Loading
+88 −18
Original line number Diff line number Diff line
@@ -180196,8 +180196,8 @@
<parameter name="in" type="java.io.Reader">
</parameter>
</constructor>
<method name="booleanValue"
 return="boolean"
<method name="beginArray"
 return="void"
 abstract="false"
 native="false"
 synchronized="false"
@@ -180206,6 +180206,21 @@
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="beginObject"
 return="void"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="close"
 return="void"
@@ -180220,8 +180235,8 @@
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="doubleValue"
 return="double"
<method name="endArray"
 return="void"
 abstract="false"
 native="false"
 synchronized="false"
@@ -180230,9 +180245,11 @@
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="intValue"
 return="int"
<method name="endObject"
 return="void"
 abstract="false"
 native="false"
 synchronized="false"
@@ -180241,8 +180258,10 @@
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="isInt"
<method name="hasNext"
 return="boolean"
 abstract="false"
 native="false"
@@ -180252,8 +180271,10 @@
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="isLong"
<method name="nextBoolean"
 return="boolean"
 abstract="false"
 native="false"
@@ -180263,8 +180284,36 @@
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="longValue"
<method name="nextDouble"
 return="double"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="nextInt"
 return="int"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="nextLong"
 return="long"
 abstract="false"
 native="false"
@@ -180274,8 +180323,10 @@
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="name"
<method name="nextName"
 return="java.lang.String"
 abstract="false"
 native="false"
@@ -180285,8 +180336,23 @@
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="name"
<method name="nextNull"
 return="void"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="nextString"
 return="java.lang.String"
 abstract="false"
 native="false"
@@ -180296,10 +180362,10 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="defaultName" type="java.lang.String">
</parameter>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="next"
<method name="peek"
 return="android.util.JsonToken"
 abstract="false"
 native="false"
@@ -180325,8 +180391,8 @@
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="stringValue"
 return="java.lang.String"
<method name="syntaxError"
 return="java.io.IOException"
 abstract="false"
 native="false"
 synchronized="false"
@@ -180335,6 +180401,10 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="message" type="java.lang.String">
</parameter>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
</class>
<class name="JsonToken"
@@ -272582,7 +272652,7 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="disable" type="boolean">
<parameter name="loop" type="boolean">
</parameter>
<exception name="SocketException" type="java.net.SocketException">
</exception>
@@ -274141,7 +274211,7 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="keepAlive" type="boolean">
<parameter name="value" type="boolean">
</parameter>
<exception name="SocketException" type="java.net.SocketException">
</exception>