diff options
| author | Dmitri Plotnikov <dplotnikov@google.com> | 2010-08-19 16:31:29 -0700 |
|---|---|---|
| committer | Dmitri Plotnikov <dplotnikov@google.com> | 2010-08-19 16:31:29 -0700 |
| commit | 13e0357ec1d816860a7ca16fd304194b7f7ab818 (patch) | |
| tree | 8ad64cf61c525be60fc63e40487bba1666ef05b3 /core/java | |
| parent | 5aaeaffdce904dae6e3eaf566dccf52611dffafa (diff) | |
| download | frameworks_base-13e0357ec1d816860a7ca16fd304194b7f7ab818.zip frameworks_base-13e0357ec1d816860a7ca16fd304194b7f7ab818.tar.gz frameworks_base-13e0357ec1d816860a7ca16fd304194b7f7ab818.tar.bz2 | |
Fixing the SDK build
Change-Id: I84cee32bf6d7395e7d6a366fb0b582b73637d18c
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/ContactsContract.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index 4556995..276aa84 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -201,8 +201,8 @@ public final class ContactsContract { * </p> * <p> * The most important use case for Directories is search. A Directory provider is - * expected to support at least {@link Contacts#CONTENT_FILTER_URI - * Contacts#CONTENT_FILTER_URI}. If a Directory provider wants to participate + * expected to support at least {@link ContactsContract.Contacts#CONTENT_FILTER_URI + * Contacts.CONTENT_FILTER_URI}. If a Directory provider wants to participate * in email and phone lookup functionalities, it should also implement * {@link CommonDataKinds.Email#CONTENT_FILTER_URI CommonDataKinds.Email.CONTENT_FILTER_URI} * and @@ -225,7 +225,7 @@ public final class ContactsContract { * <li>The URI authority is replaced with the corresponding {@link #DIRECTORY_AUTHORITY}.</li> * <li>The {@code accountName=} and {@code accountType=} parameters are added or * replaced using the corresponding {@link #ACCOUNT_TYPE} and {@link #ACCOUNT_NAME} values.</li> - * <li>If the URI is missing a {@link ContactsContract#REQUESTING_PACKAGE_PARAM_KEY} + * <li>If the URI is missing a ContactsContract.REQUESTING_PACKAGE_PARAM_KEY * parameter, this parameter is added.</li> * </ul> * </p> |
