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

/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);

Completed in 48 milliseconds