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

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

Fix javadoc for DisplayNameSources

Bug: 3370212
Change-Id: I13d3ae96b6fcbba6d1ae8a1f06fb971de1f73f81
parent 557704e2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -862,8 +862,9 @@ public final class ContactsContract {
    }

    /**
     * Types of data used to produce the display name for a contact. Listed in the order
     * of increasing priority.
     * Types of data used to produce the display name for a contact. In the order
     * of increasing priority: {@link #EMAIL}, {@link #PHONE},
     * {@link #ORGANIZATION}, {@link #NICKNAME}, {@link #STRUCTURED_NAME}.
     */
    public interface DisplayNameSources {
        public static final int UNDEFINED = 0;