HomeSort by relevance Sort by last modified time
    Searched refs:ParticipantsQuery (Results 1 - 12 of 12) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantData.java 57 public static class ParticipantsQuery {
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.INDEX_FIRST_NAME)
    [all...]
BlockedParticipantsData.java 61 ParticipantData.ParticipantsQuery.PROJECTION,
ContactPickerData.java 79 ParticipantData.ParticipantsQuery.PROJECTION, null, null, null);
PeopleAndOptionsData.java 85 ParticipantData.ParticipantsQuery.PROJECTION, null, null, null);
SettingsData.java 140 ParticipantData.ParticipantsQuery.PROJECTION,
ConversationData.java 363 ParticipantData.ParticipantsQuery.PROJECTION, null, null, null);
413 ParticipantData.ParticipantsQuery.PROJECTION,
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
ParticipantRefreshTest.java 32 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/
ParticipantRefresh.java 34 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);
BugleDatabaseOperations.java     [all...]
MessageNotificationState.java 629 uri, ParticipantData.ParticipantsQuery.PROJECTION, null, null, null);
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
GetOrCreateConversationActionTest.java 123 ParticipantData.ParticipantsQuery.PROJECTION, null, null, null);
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
TestDataFactory.java 202 return new FakeCursor(ParticipantData.ParticipantsQuery.PROJECTION,

Completed in 404 milliseconds