Searched refs:PARTICIPANT_CONTACT_ID_NOT_FOUND (Results 1 – 3 of 3) sorted by relevance
202 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND, in testIncrementalRefreshNotFound()209 verifyParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND, in testIncrementalRefreshNotFound()217 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND, in testFullRefreshNotFound()277 verifyParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND, in testFullRefreshResolvedBeforeButNotFoundNow()
520 if (currentContactId != ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND) { in refreshFromContacts()521 participantData.setContactId(ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND); in refreshFromContacts()
55 public static final long PARTICIPANT_CONTACT_ID_NOT_FOUND = -2; field in ParticipantData