Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java47 private final String mHomePhone; field in RawContact
98 return mHomePhone; in getHomePhone()
156 if (!TextUtils.isEmpty(mHomePhone)) { in toJSONObject()
157 json.put("h", mHomePhone); in toJSONObject()
188 mHomePhone = homePhone; in RawContact()