Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java43 private final String mCellPhone; field in RawContact
90 return mCellPhone; in getCellPhone()
150 if (!TextUtils.isEmpty(mCellPhone)) { in toJSONObject()
151 json.put("m", mCellPhone); in toJSONObject()
186 mCellPhone = cellPhone; in RawContact()