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

/frameworks/base/core/java/android/provider/
H A DContactsContract.java1578 public static Uri getLookupUri(ContentResolver resolver, Uri contactUri) { method in class:ContactsContract.Contacts
1590 return getLookupUri(contactId, lookupKey);
1605 public static Uri getLookupUri(long contactId, String lookupKey) { method in class:ContactsContract.Contacts
2845 return Contacts.getLookupUri(contactId, lookupKey);
4789 return Contacts.getLookupUri(contactId, lookupKey);
5205 * {@link ContactsContract.Contacts#getLookupUri(long, String)}
6218 * {@link ContactsContract.Contacts#getLookupUri(long, String)}
8453 : Contacts.getLookupUri(contactId, lookupKey);

Completed in 2497 milliseconds