Home
last modified time | relevance | path

Searched defs: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
470 long serverId = -1; in getRawContact() local
DContactOperations.java243 public ContactOperations updateServerId(long serverId, Uri uri) { in updateServerId()