Searched refs:mOfficePhone (Results 1 – 1 of 1) sorted by relevance
45 private final String mOfficePhone; field in RawContact94 return mOfficePhone; in getOfficePhone()153 if (!TextUtils.isEmpty(mOfficePhone)) { in toJSONObject()154 json.put("o", mOfficePhone); in toJSONObject()187 mOfficePhone = officePhone; in RawContact()