Searched refs:ParticipantsQuery (Results 1 - 12 of 12) 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...]
H A DBlockedParticipantsData.java61 ParticipantData.ParticipantsQuery.PROJECTION,
H A DContactPickerData.java79 ParticipantData.ParticipantsQuery.PROJECTION, null, null, null);
H A DPeopleAndOptionsData.java85 ParticipantData.ParticipantsQuery.PROJECTION, null, null, null);
H A DSettingsData.java140 ParticipantData.ParticipantsQuery.PROJECTION,
H A DConversationData.java363 ParticipantData.ParticipantsQuery.PROJECTION, null, null, null);
413 ParticipantData.ParticipantsQuery.PROJECTION,
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
H A DParticipantRefreshTest.java32 import com.android.messaging.datamodel.data.ParticipantData.ParticipantsQuery;
107 ParticipantsQuery.PROJECTION, selection, selectionArgs, null, null, null);
115 final int currentContactId = cursor.getInt(ParticipantsQuery.INDEX_CONTACT_ID);
116 final String currentName = cursor.getString(ParticipantsQuery.INDEX_FULL_NAME);
118 cursor.getString(ParticipantsQuery.INDEX_PROFILE_PHOTO_URI);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DParticipantRefresh.java34 import com.android.messaging.datamodel.data.ParticipantData.ParticipantsQuery;
264 ParticipantsQuery.PROJECTION, selection, selectionArgs, null, null, null);
320 ParticipantsQuery.PROJECTION,
325 final int subId = cursor.getInt(ParticipantsQuery.INDEX_SUB_ID);
H A DBugleDatabaseOperations.java947 ParticipantData.ParticipantsQuery.PROJECTION,
984 ParticipantData.ParticipantsQuery.PROJECTION,
H A DMessageNotificationState.java629 uri, ParticipantData.ParticipantsQuery.PROJECTION, null, null, null);
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DGetOrCreateConversationActionTest.java123 ParticipantData.ParticipantsQuery.PROJECTION, null, null, null);
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
H A DTestDataFactory.java202 return new FakeCursor(ParticipantData.ParticipantsQuery.PROJECTION,

Completed in 191 milliseconds