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