Searched refs:mLastName (Results 1 – 1 of 1) sorted by relevance
41 private final String mLastName; field in RawContact82 return mLastName; in getLastName()129 return mLastName; in getBestName()147 if (!TextUtils.isEmpty(mLastName)) { in toJSONObject()148 json.put("l", mLastName); in toJSONObject()185 mLastName = lastName; in RawContact()