Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java59 private final long mServerContactId; field in RawContact
66 return mServerContactId; in getServerContactId()
162 if (mServerContactId > 0) { in toJSONObject()
163 json.put("i", mServerContactId); in toJSONObject()
193 mServerContactId = serverContactId; in RawContact()