Searched refs:getContactInfo (Results 1 – 9 of 9) sorted by relevance
95 return getContactInfo(mContext, mEmailAddress); in loadInBackground()103 public static Result getContactInfo(Context context, String emailAddress) { in getContactInfo() method in ContactStatusLoader
28 ContactInfo getContactInfo(String email); in getContactInfo() method
11 public ContactInfo getContactInfo(); in getContactInfo() method
61 adapter.getContactInfo(mCachedNumberLookupService, position)); in cacheContactInfo()
39 public CachedContactInfo getContactInfo( in getContactInfo() method in RegularSearchListAdapter
726 Contact entry = getContactInfo(c); in updateContact()780 private Contact getContactInfo(Contact c) { in getContactInfo() method in Contact.ContactsCache
72 public ContactInfo getContactInfo(String email) { in getContactInfo() method in ContactLoaderCallbacks
231 info = cacheInfo != null ? cacheInfo.getContactInfo() : null; in queryContactInfoForPhoneNumber()
825 final ContactInfo info = mContactInfoSource.getContactInfo(email); in updateContactInfo()