Searched refs:loadContact (Results 1 – 5 of 5) sorted by relevance
88 public abstract ContactInfo loadContact(ContentResolver contentResolver, Uri contactUri); in loadContact() method in ContactAccessor
58 public ContactInfo loadContact(ContentResolver contentResolver, Uri contactUri) { in loadContact() method in ContactAccessorSdk5
55 public ContactInfo loadContact(ContentResolver contentResolver, Uri contactUri) { in loadContact() method in ContactAccessorSdk3_4
103 return mContactAccessor.loadContact(getContentResolver(), uris[0]); in loadContactInfo()
102 loadContact(); in onCreateView()111 private void loadContact() { in loadContact() method in ContactsFragment