Searched refs:REFRESH_MODE_FULL (Results 1 – 2 of 2) sorted by relevance
194 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedSingleMatch()223 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshNotFound()237 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch1()251 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch2()265 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch3()276 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedBeforeButNotFoundNow()
70 public static final int REFRESH_MODE_FULL = 0; field in ParticipantRefresh103 refreshParticipants(REFRESH_MODE_FULL);211 Assert.inRange(refreshMode, REFRESH_MODE_FULL, REFRESH_MODE_SELF_ONLY); in refreshParticipants()214 case REFRESH_MODE_FULL: in refreshParticipants()233 if (refreshMode == REFRESH_MODE_FULL) { in refreshParticipants()239 if (refreshMode == REFRESH_MODE_FULL || refreshMode == REFRESH_MODE_SELF_ONLY) { in refreshParticipants()