public class ContactsHelperImp extends java.lang.Object implements ContactsHelper
| Constructor and Description |
|---|
ContactsHelperImp(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
ContactInfo |
getContactInfo(ShortContactInfo shortContactInfo) |
ContactInfo |
getContactInfo(android.net.Uri data) |
java.util.List<ShortContactInfo> |
getFilteredContacts(java.lang.String query) |
public java.util.List<ShortContactInfo> getFilteredContacts(java.lang.String query)
getFilteredContacts in interface ContactsHelperpublic ContactInfo getContactInfo(android.net.Uri data)
getContactInfo in interface ContactsHelperpublic ContactInfo getContactInfo(ShortContactInfo shortContactInfo)
getContactInfo in interface ContactsHelper