Home
last modified time | relevance | path

Searched refs:contentResolver (Results 1 – 4 of 4) sorted by relevance

/development/samples/BusinessCard/src/com/example/android/businesscard/
DContactAccessorSdk3_4.java55 public ContactInfo loadContact(ContentResolver contentResolver, Uri contactUri) { in loadContact() argument
57 Cursor cursor = contentResolver.query(contactUri, in loadContact()
68 cursor = contentResolver.query(phoneUri, in loadContact()
DContactAccessorSdk5.java58 public ContactInfo loadContact(ContentResolver contentResolver, Uri contactUri) { in loadContact() argument
63 Cursor cursor = contentResolver.query(contactUri, in loadContact()
75 cursor = contentResolver.query(Phone.CONTENT_URI, in loadContact()
DContactAccessor.java88 public abstract ContactInfo loadContact(ContentResolver contentResolver, Uri contactUri); in loadContact() argument
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailProviderHelpers.java66 private VoicemailProviderHelpers(Uri baseUri, ContentResolver contentResolver) { in VoicemailProviderHelpers() argument
67 mContentResolver = contentResolver; in VoicemailProviderHelpers()