Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java61 private final long mRawContactId; field in RawContact
70 return mRawContactId; in getRawContactId()
165 if (mRawContactId > 0) { in toJSONObject()
166 json.put("c", mRawContactId); in toJSONObject()
194 mRawContactId = rawContactId; in RawContact()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactOperations.java44 private long mRawContactId; field in ContactOperations
117 mRawContactId = rawContactId; in ContactOperations()
364 mValues.put(Phone.RAW_CONTACT_ID, mRawContactId); in addInsertOp()