diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-04-08 14:20:57 -0700 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-04-09 13:34:15 -0700 |
commit | 7cfa90fee54f44831ac492891d1c123601c2a262 (patch) | |
tree | 64aa2167e720f396f42b2ae008742cad17282713 /preloaded-classes | |
parent | 34959e3fe87012d554af07fd6ad294b2ce3daea7 (diff) | |
download | frameworks_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 'preloaded-classes')
-rw-r--r-- | preloaded-classes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preloaded-classes b/preloaded-classes index 54c7303..8114562 100644 --- a/preloaded-classes +++ b/preloaded-classes @@ -313,7 +313,7 @@ android.net.http.AndroidHttpClientConnection android.net.http.EventHandler android.net.http.Headers android.net.http.HttpsConnection -android.net.http.HttpDateTime +com.android.internal.http.HttpDateTime android.net.http.Request android.net.http.RequestQueue android.net.http.SslCertificate |