Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java45 private final String mOfficePhone; field in RawContact
94 return mOfficePhone; in getOfficePhone()
153 if (!TextUtils.isEmpty(mOfficePhone)) { in toJSONObject()
154 json.put("o", mOfficePhone); in toJSONObject()
187 mOfficePhone = officePhone; in RawContact()