Searched refs:sFullRefreshScheduled (Results 1 – 1 of 1) sorted by relevance
97 private static final AtomicBoolean sFullRefreshScheduled = new AtomicBoolean(false); field in ParticipantRefresh101 final boolean oldScheduled = sFullRefreshScheduled.getAndSet(false);153 sFullRefreshScheduled.compareAndSet(false, true)) { in refreshParticipantsIfNeeded()