Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java132 if (rawContact.getRawContactId() > 0) { in updateContacts()
133 rawContactId = rawContact.getRawContactId(); in updateContacts()
255 Log.i(TAG, "Deleting contact: " + Long.toString(rawContact.getRawContactId())); in clearSyncFlags()
256 deleteContact(context, rawContact.getRawContactId(), batchOperation); in clearSyncFlags()
259 clearDirtyFlag(context, rawContact.getRawContactId(), batchOperation); in clearSyncFlags()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java69 public long getRawContactId() { in getRawContactId() method in RawContact