Searched refs:getLookupUri (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java360 lookupUri = Contacts.getLookupUri(contactId, lookupKey);
375 lookupUri = Contacts.getLookupUri(contactId, lookupKey);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1594 public static Uri getLookupUri(ContentResolver resolver, Uri contactUri) { method in class:ContactsContract.Contacts
1606 return getLookupUri(contactId, lookupKey);
1621 public static Uri getLookupUri(long contactId, String lookupKey) { method in class:ContactsContract.Contacts
2861 return Contacts.getLookupUri(contactId, lookupKey);
4805 return Contacts.getLookupUri(contactId, lookupKey);
5221 * {@link ContactsContract.Contacts#getLookupUri(long, String)}
6234 * {@link ContactsContract.Contacts#getLookupUri(long, String)}
8469 : Contacts.getLookupUri(contactId, lookupKey);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java407 uri = Contacts.getLookupUri(contactId, lookupKey)
422 uri = Contacts.getLookupUri(contactId, lookupKey)

Completed in 93 milliseconds