Searched refs:PARTICIPANT_CONTACT_ID_NOT_FOUND (Results 1 – 3 of 3) sorted by relevance
207 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND, in testIncrementalRefreshNotFound()221 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND, in testFullRefreshNotFound()281 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()
61 public static final long PARTICIPANT_CONTACT_ID_NOT_FOUND = -2; field in ParticipantData