From dbcdbf21288ddc4e78f24e3363a2db271d069672 Mon Sep 17 00:00:00 2001 From: Dmitri Plotnikov Date: Wed, 23 Feb 2011 15:49:58 -0800 Subject: [PATCH] Fix javadoc for DisplayNameSources Bug: 3370212 Change-Id: I13d3ae96b6fcbba6d1ae8a1f06fb971de1f73f81 --- core/java/android/provider/ContactsContract.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index b05b078a27d0d..4f88612f0e396 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -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;