summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-01-15 16:46:00 -0800
committerYorke Lee <yorkelee@google.com>2013-01-15 16:46:00 -0800
commit3e839f4eedd1e6b9ba627f905592f83bfa356ae3 (patch)
treee18885a681e283c50e13e940f69ab961826caed3 /core
parent02f304f721d936566d6983500d25b223d96e6e9d (diff)
downloadframeworks_base-3e839f4eedd1e6b9ba627f905592f83bfa356ae3.zip
frameworks_base-3e839f4eedd1e6b9ba627f905592f83bfa356ae3.tar.gz
frameworks_base-3e839f4eedd1e6b9ba627f905592f83bfa356ae3.tar.bz2
Fix the build breakage due to incorrect javadoc link
Change-Id: I1789f7e324a06c45c1be4088e9bd4e5cd6879aee
Diffstat (limited to 'core')
-rw-r--r--core/java/android/widget/QuickContactBadge.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/widget/QuickContactBadge.java b/core/java/android/widget/QuickContactBadge.java
index 622ac8f..368f6ad 100644
--- a/core/java/android/widget/QuickContactBadge.java
+++ b/core/java/android/widget/QuickContactBadge.java
@@ -193,7 +193,7 @@ public class QuickContactBadge extends ImageView implements OnClickListener {
@param extras A bundle of extras to populate the contact edit page with if the contact
is not found and the user chooses to add the email address to an existing contact or
create a new contact. Uses the same string constants as those found in
- {@link #ContactsContract.Intents.Insert}
+ {@link android.provider.ContactsContract.Intents.Insert}
*/
public void assignContactFromEmail(String emailAddress, boolean lazyLookup, Bundle extras) {
@@ -234,7 +234,7 @@ public class QuickContactBadge extends ImageView implements OnClickListener {
* @param extras A bundle of extras to populate the contact edit page with if the contact
* is not found and the user chooses to add the phone number to an existing contact or
* create a new contact. Uses the same string constants as those found in
- * {@link #ContactsContract.Intents.Insert}
+ * {@link android.provider.ContactsContract.Intents.Insert}
*/
public void assignContactFromPhone(String phoneNumber, boolean lazyLookup, Bundle extras) {
mContactPhone = phoneNumber;