HomeSort by relevance Sort by last modified time
    Searched refs:updateServerId (Results 1 - 2 of 2) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 140 final boolean updateServerId;
143 updateServerId = true;
147 updateServerId = false;
151 updateContact(context, resolver, rawContact, updateServerId,
374 RawContact rawContact, boolean updateServerId, boolean updateStatus, boolean updateAvatar,
460 if (updateServerId) {
462 contactOp.updateServerId(rawContact.getServerContactId(), uri);
    [all...]
ContactOperations.java 243 public ContactOperations updateServerId(long serverId, Uri uri) {

Completed in 33 milliseconds