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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java57 public static class ParticipantsQuery { class in class:ParticipantData
125 pd.mParticipantId = cursor.getString(ParticipantsQuery.INDEX_ID);
126 pd.mSubId = cursor.getInt(ParticipantsQuery.INDEX_SUB_ID);
127 pd.mSlotId = cursor.getInt(ParticipantsQuery.INDEX_SIM_SLOT_ID);
129 ParticipantsQuery.INDEX_NORMALIZED_DESTINATION);
130 pd.mSendDestination = cursor.getString(ParticipantsQuery.INDEX_SEND_DESTINATION);
131 pd.mDisplayDestination = cursor.getString(ParticipantsQuery.INDEX_DISPLAY_DESTINATION);
132 pd.mContactDestination = cursor.getString(ParticipantsQuery.INDEX_CONTACT_DESTINATION);
133 pd.mFullName = cursor.getString(ParticipantsQuery.INDEX_FULL_NAME);
134 pd.mFirstName = cursor.getString(ParticipantsQuery
[all...]

Completed in 10 milliseconds