Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java422 final long serverId = rawContact.getServerContactId(); in updateContact() local
423 final long profileId = lookupProfile(resolver, serverId); in updateContact()
425 contactOp.addProfileAction(serverId); in updateContact()
470 long serverId = -1; in getRawContact() local
482 serverId = tempServerId; in getRawContact()
509 workPhone, homePhone, email, null, false, rawContactId, serverId); in getRawContact()
DContactOperations.java243 public ContactOperations updateServerId(long serverId, Uri uri) { in updateServerId() argument
245 mValues.put(RawContacts.SOURCE_ID, serverId); in updateServerId()