Searched refs:mHomePhone (Results 1 – 1 of 1) sorted by relevance
47 private final String mHomePhone; field in RawContact98 return mHomePhone; in getHomePhone()156 if (!TextUtils.isEmpty(mHomePhone)) { in toJSONObject()157 json.put("h", mHomePhone); in toJSONObject()188 mHomePhone = homePhone; in RawContact()