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

  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ShareIntentAdapter.java 104 return ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED;
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
ParticipantRefreshTest.java 147 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED,
161 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED,
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantData.java 54 public static final long PARTICIPANT_CONTACT_ID_NOT_RESOLVED = -1;
189 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED;
211 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED;
277 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED;
480 return (mContactId != PARTICIPANT_CONTACT_ID_NOT_RESOLVED);
ConversationMessageData.java 598 if (mSenderContactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
ContactIconView.java 133 if ((mContactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseHelper.java 179 + ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED + "), "
456 + ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED + "), "
    [all...]
ParticipantRefresh.java 252 String.valueOf(ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED) };
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java 198 if (contactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED

Completed in 682 milliseconds