Full text search: removing unused deprecated hidden API.
Change-Id: I8646c4b653703ad15bccd3e6e9041f17776f81b8
diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java
index 8f922e2..b05b078 100644
--- a/core/java/android/provider/ContactsContract.java
+++ b/core/java/android/provider/ContactsContract.java
@@ -3843,60 +3843,6 @@
* @hide
*/
public static final String SNIPPET_ARGS_PARAM_KEY = "snippet_args";
-
- /**
- * The ID of the data row that was matched by the filter.
- *
- * @hide
- * @deprecated
- */
- @Deprecated
- public static final String SNIPPET_DATA_ID = "snippet_data_id";
-
- /**
- * The type of data that was matched by the filter.
- *
- * @hide
- * @deprecated
- */
- @Deprecated
- public static final String SNIPPET_MIMETYPE = "snippet_mimetype";
-
- /**
- * The {@link Data#DATA1} field of the data row that was matched by the filter.
- *
- * @hide
- * @deprecated
- */
- @Deprecated
- public static final String SNIPPET_DATA1 = "snippet_data1";
-
- /**
- * The {@link Data#DATA2} field of the data row that was matched by the filter.
- *
- * @hide
- * @deprecated
- */
- @Deprecated
- public static final String SNIPPET_DATA2 = "snippet_data2";
-
- /**
- * The {@link Data#DATA3} field of the data row that was matched by the filter.
- *
- * @hide
- * @deprecated
- */
- @Deprecated
- public static final String SNIPPET_DATA3 = "snippet_data3";
-
- /**
- * The {@link Data#DATA4} field of the data row that was matched by the filter.
- *
- * @hide
- * @deprecated
- */
- @Deprecated
- public static final String SNIPPET_DATA4 = "snippet_data4";
}
/**