summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/PluginData.java
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2011-01-12 19:15:35 +0000
committerKristian Monsen <kristianm@google.com>2011-02-23 23:07:42 +0000
commitf0d973131389621609dfad5befb9afe8b767e08c (patch)
treebdf1ad034028e2a0bf79470cc1f58eceeaeb7462 /core/java/android/webkit/PluginData.java
parent17f49e4f91c04290721dc029b73b9a430f5298d5 (diff)
downloadframeworks_base-f0d973131389621609dfad5befb9afe8b767e08c.zip
frameworks_base-f0d973131389621609dfad5befb9afe8b767e08c.tar.gz
frameworks_base-f0d973131389621609dfad5befb9afe8b767e08c.tar.bz2
Hiding deprecated classes and methods
These have been deprecated for more than a yearm so hiding them. Note that this CL was approved in honeycomb, but moved to MR1: https://android-git.corp.google.com/g/#change,89487
Diffstat (limited to 'core/java/android/webkit/PluginData.java')
-rw-r--r--core/java/android/webkit/PluginData.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/webkit/PluginData.java b/core/java/android/webkit/PluginData.java
index 2dd445e..88fc9b7 100644
--- a/core/java/android/webkit/PluginData.java
+++ b/core/java/android/webkit/PluginData.java
@@ -28,6 +28,7 @@ import java.util.Map;
* status code. The PluginData class is the container for all these
* parts.
*
+ * @hide
* @deprecated This class was intended to be used by Gears. Since Gears was
* deprecated, so is this class.
*/
@@ -63,6 +64,7 @@ public final class PluginData {
* lowercase header name to [ unmodified header name, header value]
* @param length The HTTP response status code.
*
+ * @hide
* @deprecated This class was intended to be used by Gears. Since Gears was
* deprecated, so is this class.
*/
@@ -83,6 +85,7 @@ public final class PluginData {
*
* @return An InputStream instance with the plugin content.
*
+ * @hide
* @deprecated This class was intended to be used by Gears. Since Gears was
* deprecated, so is this class.
*/
@@ -96,6 +99,7 @@ public final class PluginData {
*
* @return the length of the plugin content.
*
+ * @hide
* @deprecated This class was intended to be used by Gears. Since Gears was
* deprecated, so is this class.
*/
@@ -112,6 +116,7 @@ public final class PluginData {
* mapping is 'lowercase header name' to ['unmodified header
* name', header value].
*
+ * @hide
* @deprecated This class was intended to be used by Gears. Since Gears was
* deprecated, so is this class.
*/
@@ -125,6 +130,7 @@ public final class PluginData {
*
* @return The HTTP statue code, e.g 200.
*
+ * @hide
* @deprecated This class was intended to be used by Gears. Since Gears was
* deprecated, so is this class.
*/