Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java206 RawContact rawContact = getRawContact(context, rawContactId); in getDirtyContacts()
462 private static RawContact getRawContact(Context context, long rawContactId) { in getRawContact() method in ContactManager