Home
last modified time | relevance | path

Searched defs:lastSampleWeight (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DExtendedWifiInfo.java106 double lastSampleWeight = Math.exp(-1.0 * timeDelta / FILTER_TIME_CONSTANT); in updateMloRates() local
148 double lastSampleWeight = Math.exp(-1.0 * timeDelta / FILTER_TIME_CONSTANT); in updateWifiInfoRates() local