Searched refs:TIME_CONSTANT_MILLIS (Results 1 – 1 of 1) sorted by relevance
414 private static final double TIME_CONSTANT_MILLIS = 30.0e+3; field in WifiScoreReport450 && deltaMillis < 5.0 * TIME_CONSTANT_MILLIS) { in shouldCheckIpLayer()451 double a = Math.exp(-deltaMillis / TIME_CONSTANT_MILLIS); in shouldCheckIpLayer()