Searched refs:PARTICIPANT_CONTACT_ID_NOT_RESOLVED (Results 1 – 8 of 8) sorted by relevance
60 public static final long PARTICIPANT_CONTACT_ID_NOT_RESOLVED = -1; field in ParticipantData195 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getFromRecipientEntry()217 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getFromRawPhone()283 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getSelfParticipant()514 return (mContactId != PARTICIPANT_CONTACT_ID_NOT_RESOLVED); in isContactIdResolved()
600 if (mSenderContactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED in getSenderContactLookupUri()
152 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED, in testIncrementalRefreshNotResolvedSingleMatch()166 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED, in testIncrementalRefreshNotResolvedMultiMatch()
182 + ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED + "), "459 + ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED + "), "
252 String.valueOf(ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED) }; in refreshParticipants()
104 return ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED;
133 if ((mContactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED in maybeInitializeOnClickListener()
198 if (contactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED in showOrAddContact()