Home
last modified time | relevance | path

Searched refs:ALLOWED_STDEV_ERROR_RATIO (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationVerifier.java51 private static final double ALLOWED_STDEV_ERROR_RATIO = 0.50; field in LocationVerifier
128 double maxStdev = Math.max(MIN_STDEV_MS, mInterval * ALLOWED_STDEV_ERROR_RATIO); in assertMeanAndStdev()