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

Commit b3703a76 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Full text search: removing unused deprecated hidden API."

parents 145d7d87 e88b2af8
Loading
Loading
Loading
Loading
+0 −54
Original line number Diff line number Diff line
@@ -3843,60 +3843,6 @@ public final class ContactsContract {
         * @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";
    }

    /**