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

Commit 56927773 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Fixing javadoc references.

parent 39ff6451
Loading
Loading
Loading
Loading
+15 −15
Original line number Original line Diff line number Diff line
@@ -18,8 +18,6 @@ package android.provider;


import android.graphics.BitmapFactory;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.net.Uri;
import android.provider.BaseColumns;
import android.provider.Im.ProviderNames;


/**
/**
 * The contract between the contacts provider and applications. Contains definitions
 * The contract between the contacts provider and applications. Contains definitions
@@ -197,7 +195,8 @@ public final class ContactsContract {
        public static final String MIMETYPE = "mimetype";
        public static final String MIMETYPE = "mimetype";


        /**
        /**
         * A reference to the {@link Contacts#_ID} that this data belongs to.
         * A reference to the {@link android.provider.ContactsContract.Contacts#_ID}
         * that this data belongs to.
         */
         */
        public static final String CONTACT_ID = "contact_id";
        public static final String CONTACT_ID = "contact_id";


@@ -293,7 +292,8 @@ public final class ContactsContract {
            public static final String MIMETYPE = "mimetype";
            public static final String MIMETYPE = "mimetype";


            /**
            /**
             * A reference to the {@link Contacts#_ID} that this data belongs to.
             * A reference to the {@link android.provider.ContactsContract.Contacts#_ID} that this
             * data belongs to.
             */
             */
            public static final String CONTACT_ID = "contact_id";
            public static final String CONTACT_ID = "contact_id";
        }
        }
+6 −6
Original line number Original line Diff line number Diff line
@@ -68,8 +68,8 @@ public class SocialContract {
        public static final String IN_REPLY_TO = "in_reply_to";
        public static final String IN_REPLY_TO = "in_reply_to";


        /**
        /**
         * Reference to the {@link Contacts#_ID} that authored this social
         * Reference to the {@link android.provider.ContactsContract.Contacts#_ID} that authored
         * activity. This field is analogous to the <code>atom:author</code>
         * this social activity. This field is analogous to the <code>atom:author</code>
         * element defined in RFC 4287.
         * element defined in RFC 4287.
         * <p>
         * <p>
         * Type: INTEGER
         * Type: INTEGER
@@ -77,8 +77,8 @@ public class SocialContract {
        public static final String AUTHOR_CONTACT_ID = "author_contact_id";
        public static final String AUTHOR_CONTACT_ID = "author_contact_id";


        /**
        /**
         * Optional reference to the {@link Contacts#_ID} this social activity
         * Optional reference to the {@link android.provider.ContactsContract.Contacts#_ID} this
         * is targeted towards. If more than one direct target, this field may
         * social activity is targeted towards. If more than one direct target, this field may
         * be left undefined. This field is analogous to the
         * be left undefined. This field is analogous to the
         * <code>activity:target</code> element defined in the Atom Activity
         * <code>activity:target</code> element defined in the Atom Activity
         * Extensions Internet-Draft.
         * Extensions Internet-Draft.
@@ -155,8 +155,8 @@ public class SocialContract {
        public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "activities");
        public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "activities");


        /**
        /**
         * The content:// style URI for this table filtered to the set of
         * The content:// style URI for this table filtered to the set of social activities
         * social activities authored by a specific {@link Contact#_ID}.
         * authored by a specific {@link android.provider.ContactsContract.Contacts#_ID}.
         */
         */
        public static final Uri CONTENT_AUTHORED_BY_URI =
        public static final Uri CONTENT_AUTHORED_BY_URI =
            Uri.withAppendedPath(CONTENT_URI, "authored_by");
            Uri.withAppendedPath(CONTENT_URI, "authored_by");