Searched refs:ALLOWED_STDEV_ERROR_RATIO (Results 1 – 1 of 1) sorted by relevance
51 private static final double ALLOWED_STDEV_ERROR_RATIO = 0.50; field in LocationVerifier128 double maxStdev = Math.max(MIN_STDEV_MS, mInterval * ALLOWED_STDEV_ERROR_RATIO); in assertMeanAndStdev()