Searched refs:PARTICIPANT_CONTACT_ID_NOT_FOUND (Results 1 – 3 of 3) sorted by relevance
208 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND, in testIncrementalRefreshNotFound()222 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_FOUND, in testFullRefreshNotFound()282 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