Searched defs:mFullName (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java109 private String mFullName; field in class:ParticipantData
133 pd.mFullName = cursor.getString(ParticipantsQuery.INDEX_FULL_NAME);
180 pd.mFullName = recipientEntry.getDisplayName();
208 pd.mFullName = null;
274 pd.mFullName = null;
291 mFullName = mDisplayDestination;
312 return mFullName;
322 if (!TextUtils.isEmpty(mFullName)) {
323 return mFullName;
333 if (!TextUtils.isEmpty(mFullName)) {
[all...]

Completed in 26 milliseconds