Home
last modified time | relevance | path

Searched refs:getLookupUri (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/widget/
DQuickContactBadge.java352 lookupUri = Contacts.getLookupUri(contactId, lookupKey); in onQueryComplete()
367 lookupUri = Contacts.getLookupUri(contactId, lookupKey); in onQueryComplete()
/frameworks/base/core/java/android/provider/
DContactsContract.java1499 public static Uri getLookupUri(ContentResolver resolver, Uri contactUri) { in getLookupUri() method in ContactsContract.Contacts
1511 return getLookupUri(contactId, lookupKey); in getLookupUri()
1526 public static Uri getLookupUri(long contactId, String lookupKey) { in getLookupUri() method in ContactsContract.Contacts
2752 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri()
4696 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri()
8303 intent.setData(Contacts.getLookupUri(contactId, lookupKey)); in rebuildManagedQuickContactsIntent()
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd144 {@link android.provider.ContactsContract.Contacts#getLookupUri getLookupUri(id,lookupKey)} to
171 Contacts.getLookupUri(
479 final Uri contactUri = Contacts.getLookupUri(
Dmodify-data.jd197 {@link android.provider.ContactsContract.Contacts#getLookupUri
198 Contacts.getLookupUri(id, lookupkey)} with the contact's
233 Contacts.getLookupUri(mCurrentId, mCurrentLookupKey);
Dretrieve-names.jd404 mContactUri = Contacts.getLookupUri(mContactId, mContactKey);
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java395 final Uri.Builder builder = Contacts.getLookupUri(contactId, lookupKey).buildUpon(); in getCursorForConstruction()
418 final Uri.Builder builder = Contacts.getLookupUri(contactId, lookupKey).buildUpon(); in getCursorForConstruction()
/frameworks/base/api/
Dcurrent.txt25514 …method public static android.net.Uri getLookupUri(android.content.ContentResolver, android.net.Uri…
25515 method public static android.net.Uri getLookupUri(long, java.lang.String);
Dsystem-current.txt27470 …method public static android.net.Uri getLookupUri(android.content.ContentResolver, android.net.Uri…
27471 method public static android.net.Uri getLookupUri(long, java.lang.String);