Searched refs:PARTICIPANT_CONTACT_ID_NOT_RESOLVED (Results 1 – 8 of 8) sorted by relevance
54 public static final long PARTICIPANT_CONTACT_ID_NOT_RESOLVED = -1; field in ParticipantData189 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getFromRecipientEntry()211 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getFromRawPhone()277 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getSelfParticipant()480 return (mContactId != PARTICIPANT_CONTACT_ID_NOT_RESOLVED); in isContactIdResolved()
598 if (mSenderContactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED in getSenderContactLookupUri()
147 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED, in testIncrementalRefreshNotResolvedSingleMatch()161 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED, in testIncrementalRefreshNotResolvedMultiMatch()
104 return ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED;
133 if ((mContactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED in maybeInitializeOnClickListener()
176 + ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED + "), "452 + ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED + "), "
252 String.valueOf(ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED) }; in refreshParticipants()
198 if (contactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED in showOrAddContact()