Searched refs:mCellPhone (Results 1 – 1 of 1) sorted by relevance
43 private final String mCellPhone; field in RawContact90 return mCellPhone; in getCellPhone()150 if (!TextUtils.isEmpty(mCellPhone)) { in toJSONObject()151 json.put("m", mCellPhone); in toJSONObject()186 mCellPhone = cellPhone; in RawContact()