Searched refs:minLag (Results 1 – 4 of 4) sorted by relevance
45 public int minLag; field in RemoteClockInfo58 return (minLag + maxLag) / 2; in getMeanLag()63 " lagBounds = (" + minLag + ", " + maxLag + ")"; in toString()
146 remoteClock.minLag = 0; in syncClock()163 remoteClock.minLag = getMinE(); in updateLag()
212 remoteClock.minLag = Integer.parseInt(parts[2]); in updateClock()
251 clock.minLag, clock.maxLag); in checkDrift()