Searched refs:contentResolver (Results 1 – 4 of 4) sorted by relevance
55 public ContactInfo loadContact(ContentResolver contentResolver, Uri contactUri) { in loadContact() argument57 Cursor cursor = contentResolver.query(contactUri, in loadContact()68 cursor = contentResolver.query(phoneUri, in loadContact()
58 public ContactInfo loadContact(ContentResolver contentResolver, Uri contactUri) { in loadContact() argument63 Cursor cursor = contentResolver.query(contactUri, in loadContact()75 cursor = contentResolver.query(Phone.CONTENT_URI, in loadContact()
88 public abstract ContactInfo loadContact(ContentResolver contentResolver, Uri contactUri); in loadContact() argument
66 private VoicemailProviderHelpers(Uri baseUri, ContentResolver contentResolver) { in VoicemailProviderHelpers() argument67 mContentResolver = contentResolver; in VoicemailProviderHelpers()