Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java131 final boolean updateServerId; in updateContacts()
134 updateServerId = true; in updateContacts()
138 updateServerId = false; in updateContacts()
142 updateContact(context, resolver, rawContact, updateServerId, in updateContacts()
328 RawContact rawContact, boolean updateServerId, boolean updateStatus, boolean updateAvatar, in updateContact() argument
414 if (updateServerId) { in updateContact()
416 contactOp.updateServerId(rawContact.getServerContactId(), uri); in updateContact()
DContactOperations.java243 public ContactOperations updateServerId(long serverId, Uri uri) { in updateServerId() method in ContactOperations