summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-04-08 14:20:57 -0700
committerJesse Wilson <jessewilson@google.com>2010-04-09 13:34:15 -0700
commit7cfa90fee54f44831ac492891d1c123601c2a262 (patch)
tree64aa2167e720f396f42b2ae008742cad17282713 /api
parent34959e3fe87012d554af07fd6ad294b2ce3daea7 (diff)
downloadframeworks_base-7cfa90fee54f44831ac492891d1c123601c2a262.zip
frameworks_base-7cfa90fee54f44831ac492891d1c123601c2a262.tar.gz
frameworks_base-7cfa90fee54f44831ac492891d1c123601c2a262.tar.bz2
Move the public method HttpDateTime.parse() into AndroidHttpClient.
See bug http://b/2553589 Change-Id: Ide3399c7c63daf9c0b8c18669076f2f4d6e9a876
Diffstat (limited to 'api')
-rw-r--r--api/current.xml45
1 files changed, 13 insertions, 32 deletions
diff --git a/api/current.xml b/api/current.xml
index 58b9c17..5e8be99 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -90859,35 +90859,8 @@
<parameter name="userAgent" type="java.lang.String">
</parameter>
</method>
-<field name="DEFAULT_SYNC_MIN_GZIP_BYTES"
- type="long"
- transient="false"
- volatile="false"
- static="true"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-</class>
-<class name="HttpDateTime"
- extends="java.lang.Object"
- abstract="false"
- static="false"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-<constructor name="HttpDateTime"
- type="android.net.http.HttpDateTime"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-</constructor>
-<method name="parse"
- return="java.lang.Long"
+<method name="parseDate"
+ return="long"
abstract="false"
native="false"
synchronized="false"
@@ -90896,11 +90869,19 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="timeString" type="java.lang.String">
+<parameter name="dateString" type="java.lang.String">
</parameter>
-<exception name="IllegalArgumentException" type="java.lang.IllegalArgumentException">
-</exception>
</method>
+<field name="DEFAULT_SYNC_MIN_GZIP_BYTES"
+ type="long"
+ transient="false"
+ volatile="false"
+ static="true"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
</class>
<class name="SslCertificate"
extends="java.lang.Object"