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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 65 public long getServerContactId() {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 136 long serverContactId = rawContact.getServerContactId();
284 context, rawContact.getServerContactId(), accountName, inSync, batchOperation);
298 if (rawContact.getServerContactId() > 0) {
299 contactOp.addProfileAction(rawContact.getServerContactId());
416 contactOp.updateServerId(rawContact.getServerContactId(), uri);
422 final long serverId = rawContact.getServerContactId();
529 final long userId = rawContact.getServerContactId();
    [all...]

Completed in 75 milliseconds