Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java136 long serverContactId = rawContact.getServerContactId(); in updateContacts()
284 context, rawContact.getServerContactId(), accountName, inSync, batchOperation); in addContact()
298 if (rawContact.getServerContactId() > 0) { in addContact()
299 contactOp.addProfileAction(rawContact.getServerContactId()); in addContact()
416 contactOp.updateServerId(rawContact.getServerContactId(), uri); in updateContact()
422 final long serverId = rawContact.getServerContactId(); in updateContact()
529 final long userId = rawContact.getServerContactId(); in updateContactStatus()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java65 public long getServerContactId() { in getServerContactId() method in RawContact