Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreReport.java414 private static final double TIME_CONSTANT_MILLIS = 30.0e+3; field in WifiScoreReport
450 && deltaMillis < 5.0 * TIME_CONSTANT_MILLIS) { in shouldCheckIpLayer()
451 double a = Math.exp(-deltaMillis / TIME_CONSTANT_MILLIS); in shouldCheckIpLayer()