diff options
| author | 2011-02-23 15:49:58 -0800 | |
|---|---|---|
| committer | 2011-02-23 16:05:58 -0800 | |
| commit | dbcdbf21288ddc4e78f24e3363a2db271d069672 (patch) | |
| tree | 4c0e69e95d93b23325be075b79dcdd27b4b53f9c | |
| parent | 557704e22a2bbcbcb52a0c080d91ad295f44a1da (diff) | |
Fix javadoc for DisplayNameSources
Bug: 3370212
Change-Id: I13d3ae96b6fcbba6d1ae8a1f06fb971de1f73f81
| -rw-r--r-- | core/java/android/provider/ContactsContract.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index b05b078a27d0..4f88612f0e39 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; |