Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java480 final long tempServerId = c.getLong(DataQuery.COLUMN_SERVER_ID); in getRawContact() local
481 if (tempServerId > 0) { in getRawContact()
482 serverId = tempServerId; in getRawContact()